KIOSlave
parsinghelpers.cpp File Reference
Go to the source code of this file.
Functions | |
static bool | consume (const char input[], int *pos, int end, const char *term) |
static bool | nextLine (const char input[], int *pos, int end) |
static void | skipNonSpace (const char input[], int *pos, int end) |
static void | skipSpace (const char input[], int *pos, int end) |
Function Documentation
static bool consume | ( | const char | input[], | |
int * | pos, | |||
int | end, | |||
const char * | term | |||
) | [static] |
Definition at line 74 of file parsinghelpers.cpp.
static bool nextLine | ( | const char | input[], | |
int * | pos, | |||
int | end | |||
) | [static] |
Definition at line 46 of file parsinghelpers.cpp.
static void skipNonSpace | ( | const char | input[], | |
int * | pos, | |||
int | end | |||
) | [static] |
Definition at line 33 of file parsinghelpers.cpp.
static void skipSpace | ( | const char | input[], | |
int * | pos, | |||
int | end | |||
) | [static] |
Definition at line 22 of file parsinghelpers.cpp.