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