findPropsByPrefix(string prefix) const | PropsFile | |
getBool(string propName) const | PropsFile | |
getBoolWithDefault(string propName, bool defaultValue) const | PropsFile | |
getDouble(string propName) const | PropsFile | |
getDoubleWithDefault(string propName, double defaultValue) const | PropsFile | |
getInt(string propName) const | PropsFile | |
getIntWithDefault(string propName, int defaultValue) const | PropsFile | |
getLong(string propName) const | PropsFile | |
getLongWithDefault(string propName, long defaultValue) const | PropsFile | |
getString(string propName) const | PropsFile | |
getStringWithDefault(string propName, string defaultValue) const | PropsFile | |
getUInt(string propName) const | PropsFile | |
getUIntWithDefault(string propName, unsigned int defaultValue) const | PropsFile | |
getULong(string propName) const | PropsFile | |
getULongLong(string propName) const | PropsFile | |
getULongLongWithDefault(string propName, unsigned long long defaultValue) const | PropsFile | |
getULongWithDefault(string propName, unsigned long defaultValue) const | PropsFile | |
isBoolPropDefined(string propName) const | PropsFile | |
isDoubleDefined(string propName) const | PropsFile | |
isIntPropDefined(string propName) const | PropsFile | |
isLongPropDefined(string propName) const | PropsFile | |
isStringPropDefined(string propName) const | PropsFile | |
isUIntPropDefined(string propName) const | PropsFile | |
isULongLongPropDefined(string propName) const | PropsFile | |
isULongPropDefined(string propName) const | PropsFile | |
PropsFile(string filepath) | PropsFile | |
PropsFile(string filepath, string prefix, int argc, const char *argv[]) | PropsFile | |
~PropsFile() | PropsFile | [virtual] |