wsdlpull svntrunk
|
This is the complete list of members for ConfigFile, including all inherited members.
add(string key, const T &value, bool store=false) | ConfigFile | |
add(const T &key, bool store=false) | ConfigFile | |
ConfigFile(string filename, bool isList=false, string delimiter="=", string comment="##", string sentry="EndConfigFile") | ConfigFile | |
ConfigFile() | ConfigFile | |
file | ConfigFile | protected |
getComment() const | ConfigFile | inline |
getDelimiter() const | ConfigFile | inline |
getSentry() const | ConfigFile | inline |
keyExists(const string &key) const | ConfigFile | |
keyExists(const T &key) const | ConfigFile | |
listmode | ConfigFile | protected |
load(string filename, bool isList=false) | ConfigFile | |
mapci typedef | ConfigFile | protected |
mapi typedef | ConfigFile | protected |
myComment | ConfigFile | protected |
myContents | ConfigFile | protected |
myDelimiter | ConfigFile | protected |
mySentry | ConfigFile | protected |
operator<< | ConfigFile | friend |
operator>> | 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 | |
remove(const T &key) | ConfigFile | |
save() | ConfigFile | |
setComment(const string &s) | ConfigFile | inline |
setDelimiter(const string &s) | ConfigFile | inline |
string_as_T(const string &s) | ConfigFile | protectedstatic |
string_as_T(const string &s) | ConfigFile | inlineprotectedstatic |
string_as_T(const string &s) | ConfigFile | inlineprotectedstatic |
T_as_string(const T &t) | ConfigFile | protectedstatic |
trim(string &s) | ConfigFile | protectedstatic |