This is the complete list of members for
ConfigFile, including all inherited members.
add(string key, const T &value) | ConfigFile | |
ConfigFile(string filename, string delimiter="=", string comment="#", string sentry="EndConfigFile") | ConfigFile | |
ConfigFile() | ConfigFile | |
getComment() const | ConfigFile | [inline] |
getDelimiter() const | ConfigFile | [inline] |
getSentry() const | ConfigFile | [inline] |
keyExists(const string &key) const | ConfigFile | |
mapci typedef | ConfigFile | [protected] |
mapi typedef | ConfigFile | [protected] |
myComment | ConfigFile | [protected] |
myContents | ConfigFile | [protected] |
myDelimiter | ConfigFile | [protected] |
mySentry | ConfigFile | [protected] |
operator<<(std::ostream &os, const ConfigFile &cf) | ConfigFile | [friend] |
operator>>(std::istream &is, ConfigFile &cf) | ConfigFile | [friend] |
read(const string &key) const | ConfigFile | |
read(const string &key, const T &value) const | ConfigFile | |
readInto(T &var, const string &key) const | ConfigFile | |
readInto(T &var, const string &key, const T &value) const | ConfigFile | |
remove(const string &key) | ConfigFile | |
setComment(const string &s) | ConfigFile | [inline] |
setDelimiter(const string &s) | ConfigFile | [inline] |
string_as_T(const string &s) | ConfigFile | [inline, protected, static] |
T_as_string(const T &t) | ConfigFile | [protected, static] |
trim(string &s) | ConfigFile | [protected, static] |