size_t AERConfGetStrings(const char *key, size_t bufSize, const char **strBuf)
Parse an array of strings from the configuration data.
bool AERConfGetBool(const char *key)
Parse a boolean value from the configuration data.
size_t AERConfGetDoubles(const char *key, size_t bufSize, double *doubleBuf)
Parse an array of double values from the configuration data.
size_t AERConfGetBools(const char *key, size_t bufSize, bool *boolBuf)
Parse an array of boolean values from the configuration data.
double AERConfGetDouble(const char *key)
Parse a double value from the configuration data.
int64_t AERConfGetInt(const char *key)
Parse an integer value from the configuration data.
size_t AERConfGetInts(const char *key, size_t bufSize, int64_t *intBuf)
Parse an array of integer values from the configuration data.
const char * AERConfGetString(const char *key)
Parse a string from the configuration data.