This is the complete list of members for
youbot::ConfigFile, including all inherited members.
add(string key, const T &value) | youbot::ConfigFile | |
add(string sectionKey, string key, const T &value) | youbot::ConfigFile | |
ConfigFile(string filename, string filepath=NULL, string delimiter="=", string comment="#", string sectionStartTag="[", string sectionEndTag="]", string sentry="EndConfigFile") | youbot::ConfigFile | |
ConfigFile() | youbot::ConfigFile | |
getComment() const | youbot::ConfigFile | [inline] |
getDelimiter() const | youbot::ConfigFile | [inline] |
getSentry() const | youbot::ConfigFile | [inline] |
keyExists(const string &key) const | youbot::ConfigFile | |
keyExists(const string §ionKey, const string &key) | youbot::ConfigFile | |
mapci typedef | youbot::ConfigFile | [protected] |
mapciSect typedef | youbot::ConfigFile | [protected] |
mapi typedef | youbot::ConfigFile | [protected] |
myComment | youbot::ConfigFile | [protected] |
myContents | youbot::ConfigFile | [protected] |
myDelimiter | youbot::ConfigFile | [protected] |
myFilepath | youbot::ConfigFile | [protected] |
mySectionEndTag | youbot::ConfigFile | [protected] |
mySectionRelatedContents | youbot::ConfigFile | [protected] |
mySectionStartTag | youbot::ConfigFile | [protected] |
mySentry | youbot::ConfigFile | [protected] |
mySortVector | youbot::ConfigFile | [protected] |
mySortVectorObj | youbot::ConfigFile | [protected] |
operator<<(std::ostream &os, ConfigFile &cf) | youbot::ConfigFile | [friend] |
operator>>(std::istream &is, ConfigFile &cf) | youbot::ConfigFile | [friend] |
read(const string &key, const T &value) const | youbot::ConfigFile | |
read(const string &key) const | youbot::ConfigFile | |
read(const string §ionKey, const string &key) | youbot::ConfigFile | |
readInto(T &var, const string &key) const | youbot::ConfigFile | |
readInto(T &var, const string §ionKey, const string &key) | youbot::ConfigFile | |
readInto(T &var, const string &key, const T &value) const | youbot::ConfigFile | |
remove(const string &key) | youbot::ConfigFile | |
remove(const string §ionKey, const string &key) | youbot::ConfigFile | |
save() | youbot::ConfigFile | |
sectionExists(const string §ionKey) | youbot::ConfigFile | |
setComment(const string &s) | youbot::ConfigFile | [inline] |
setDelimiter(const string &s) | youbot::ConfigFile | [inline] |
string_as_T(const string &s) | youbot::ConfigFile | [inline, protected, static] |
T_as_string(const T &t) | youbot::ConfigFile | [protected, static] |
trim(string &s) | youbot::ConfigFile | [protected, static] |
~ConfigFile() | youbot::ConfigFile | [inline] |