Go to the source code of this file.
Functions | |
int | util_searchString (const char *acSectionName, const char *acKeyName, const char *acDefaultString, char *acReturnString, int iSize, const char *acFileName) |
int | util_setString (const char *acSectionName, const char *acKeyName, const char *acString, const char *acFileName) |
Variables | |
const int | BUFFER_LENGTH = 256 |
const int | FOUND_EOF = 3 |
const int | KEY_BUT_NO_EQUAL = 1 |
const int | KEY_BUT_WRONG_NUMBER = 7 |
const int | NO_CLOSED_BRACKET = 6 |
const int | NO_KEY = 2 |
const int | NO_OPEN_BRACKET = 4 |
const int | NO_SEPERATOR = 5 |
const int | OKAY = 0 |
int util_searchString | ( | const char * | acSectionName, |
const char * | acKeyName, | ||
const char * | acDefaultString, | ||
char * | acReturnString, | ||
int | iSize, | ||
const char * | acFileName | ||
) |
Definition at line 189 of file IOFunctions.cpp.
int util_setString | ( | const char * | acSectionName, |
const char * | acKeyName, | ||
const char * | acString, | ||
const char * | acFileName | ||
) |
Definition at line 259 of file IOFunctions.cpp.
const int BUFFER_LENGTH = 256 |
Definition at line 65 of file IOFunctions.h.
const int FOUND_EOF = 3 |
Definition at line 70 of file IOFunctions.h.
const int KEY_BUT_NO_EQUAL = 1 |
Definition at line 68 of file IOFunctions.h.
const int KEY_BUT_WRONG_NUMBER = 7 |
Definition at line 74 of file IOFunctions.h.
const int NO_CLOSED_BRACKET = 6 |
Definition at line 73 of file IOFunctions.h.
const int NO_KEY = 2 |
Definition at line 69 of file IOFunctions.h.
const int NO_OPEN_BRACKET = 4 |
Definition at line 71 of file IOFunctions.h.
const int NO_SEPERATOR = 5 |
Definition at line 72 of file IOFunctions.h.
const int OKAY = 0 |
Definition at line 67 of file IOFunctions.h.