Configuration Member List
This is the complete list of members for
Configuration, including all inherited members.
| addListener(const std::string &key, ConfigListener *listener) | Configuration | |
| clear() | ConfigurationObject | [virtual] |
| ConfigurationList typedef | ConfigurationObject | [protected] |
| deleteList(const std::string &name) | ConfigurationObject | [protected] |
| getList(const std::string &name, CONT empty, ConfigurationListManager< T, CONT > *manager) | ConfigurationObject | [inline] |
| getValue(const std::string &key, const std::string &deflt) const | ConfigurationObject | |
| getValue(const std::string &key, int deflt) const | ConfigurationObject | |
| getValue(const std::string &key, unsigned deflt) const | ConfigurationObject | |
| getValue(const std::string &key, double deflt) const | ConfigurationObject | |
| init(const std::string &filename) | Configuration | |
| initFromXML(xmlNodePtr node) | ConfigurationObject | [protected, virtual] |
| ListenerIterator typedef | Configuration | [private] |
| ListenerMap typedef | Configuration | [private] |
| ListenerMapIterator typedef | Configuration | [private] |
| Listeners typedef | Configuration | [private] |
| mConfigPath | Configuration | [private] |
| mContainerOptions | ConfigurationObject | [protected] |
| mListenerMap | Configuration | [private] |
| mOptions | ConfigurationObject | [protected] |
| Options typedef | ConfigurationObject | [protected] |
| removeListener(const std::string &key, ConfigListener *listener) | Configuration | |
| setList(const std::string &name, IT begin, IT end, ConfigurationListManager< T, CONT > *manager) | ConfigurationObject | [inline] |
| setValue(const std::string &key, const std::string &value) | Configuration | [virtual] |
| setValue(const std::string &key, float value) | Configuration | [inline] |
| setValue(const std::string &key, double value) | Configuration | [inline] |
| setValue(const std::string &key, int value) | Configuration | [inline] |
| setValue(const std::string &key, unsigned value) | Configuration | [inline] |
| setValue(const std::string &key, bool value) | Configuration | [inline] |
| write() | Configuration | |
| writeToXML(xmlTextWriterPtr writer) | ConfigurationObject | [protected, virtual] |
| ~Configuration() | Configuration | [inline, virtual] |
| ~ConfigurationObject() | ConfigurationObject | [virtual] |