libconfig v2.1.0
Reflection based C++ configuration library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nfourdst
 Nconfig
 Nexceptions
 CConfigErrorBase exception class for all configuration-related errors
 CConfigLoadErrorThrown when loading the configuration from a file fails
 CConfigParseErrorThrown when parsing the configuration file fails
 CConfigSaveErrorThrown when saving the configuration to a file fails
 CSchemaSaveErrorThrown when generating or saving the JSON schema fails
 CConfigWrapper class for managing strongly-typed configuration structures
 CInspectType
 Cis_config_wrapperType trait to determine if a type is a Config wrapper
 Cis_config_wrapper< Config< T > >Specialization of is_config_wrapper for Config<T>
 NstdSTL namespace
 Cformatter< fourdst::config::Config< T >, CharT >Formatter specialization for Config<T> to allow easy printing