Classes | |
class | Getcap |
A configuration system based on the BSD getcap(3) library routines. More... | |
class | LibConfig |
A configuration system based on the libconfig library. More... | |
class | YAML |
A configuration system for YAML configuration files. More... | |
class | Config |
Print debugging for configuration file parsing. More... | |
class | ConfigFactory |
A factory object to instantiate the correct subclass of Config. More... | |
class | ConfigException |
A general-purpose class for configuration file exceptions. More... | |
class | ConfigBadFile |
An exception indicating a problem reading the file. More... | |
class | ConfigParseException |
An exception indicating a parse error in the file. More... | |
class | ConfigUnfoundException |
An exception indicating that an element or parameter was not found. More... | |
Typedefs | |
typedef Loki::SmartPtr< Config, Loki::RefCountedMTAdj < Loki::ObjectLevelLockable > ::RefCountedMT > | ConfigP |
A typedef for a smart-pointer to a Config object (or subclass there-of). |
typedef Loki::SmartPtr<Config, Loki::RefCountedMTAdj<Loki::ObjectLevelLockable>::RefCountedMT> ConfigP |
A typedef for a smart-pointer to a Config object (or subclass there-of).
Definition at line 111 of file cmconfig.h.