ForIA::ConfigurationFile Member List

This is the complete list of members for ForIA::ConfigurationFile, including all inherited members.
add(string key, const T &value)ForIA::ConfigurationFile
ConfigurationFile()ForIA::ConfigurationFile
getComment() const ForIA::ConfigurationFile [inline]
getDelimiter() const ForIA::ConfigurationFile [inline]
getSentry() const ForIA::ConfigurationFile [inline]
init(const string &filename, const string &delimiter="=", const string &comment="#", const string &sentry="EndConfigurationFile")ForIA::ConfigurationFile
keyExists(const string &key) const ForIA::ConfigurationFile
mapci typedefForIA::ConfigurationFile [protected]
mapi typedefForIA::ConfigurationFile [protected]
myCommentForIA::ConfigurationFile [protected]
myContentsForIA::ConfigurationFile [protected]
myDelimiterForIA::ConfigurationFile [protected]
mySentryForIA::ConfigurationFile [protected]
operator<<(std::ostream &os, const ConfigurationFile &cf)ForIA::ConfigurationFile [friend]
operator>>(std::istream &is, ConfigurationFile &cf)ForIA::ConfigurationFile [friend]
read(const string &key) const ForIA::ConfigurationFile
read(const string &key, const T &value) const ForIA::ConfigurationFile
readInto(T &var, const string &key) const ForIA::ConfigurationFile
readInto(T &var, const string &key, const T &value) const ForIA::ConfigurationFile
remove(const string &key)ForIA::ConfigurationFile
setComment(const string &s)ForIA::ConfigurationFile [inline]
setDelimiter(const string &s)ForIA::ConfigurationFile [inline]
string_as_T(const string &s)ForIA::ConfigurationFile [inline, protected, static]
T_as_string(const T &t)ForIA::ConfigurationFile [protected, static]
trim(string &s)ForIA::ConfigurationFile [protected, static]