Split a given constant string at a separator character.
More...
#include <DivideString.hxx>
Split a given constant string at a separator character.
Duplicates the first part to be able to null-terminate it.
Definition at line 31 of file DivideString.hxx.
DivideString::DivideString |
( |
const char * |
s, |
|
|
char |
separator, |
|
|
bool |
strip = false |
|
) |
| |
- Parameters
-
strip | strip the first part and left-strip the second part? |
DivideString::~DivideString |
( |
| ) |
|
|
inline |
const char* DivideString::GetFirst |
( |
| ) |
const |
|
inline |
const char* DivideString::GetSecond |
( |
| ) |
const |
|
inline |
bool DivideString::IsDefined |
( |
| ) |
const |
|
inline |
bool DivideString::IsEmpty |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: