16 void getAsInt (
const char *sectionName,
const char *paramName,
int &value,
int defValue);
17 void getAsUnsigned (
const char *sectionName,
const char *paramName,
unsigned int &value,
unsigned int defValue);
18 void getAsInt64 (
const char *sectionName,
const char *paramName, u_int64_t &value, u_int64_t defValue);
19 void getAsBool (
const char *sectionName,
const char *paramName,
bool & value,
bool defValue);
20 void getAsDouble (
const char *sectionName,
const char *paramName,
double & value,
double defValue);
21 void readSection (
const char *sectionName,
char **&values,
int &size);
27 std::vector < char *>code;
28 std::vector < char *>codeVal;
30 void createRecord(std::vector < char >*sectionName,
31 std::vector < char >*paramName,
32 std::vector < char >*paramValue);
33 int getIndex(
char *value);
34 bool findSection(
const char *codeValue,
const char *sectionName,
int &pos);