![]() |
libconfig v2.1.0
Reflection based C++ configuration library
|
| ▼Nfourdst | |
| ▼Nconfig | |
| ▼Nexceptions | |
| CConfigError | Base exception class for all configuration-related errors |
| CConfigLoadError | Thrown when loading the configuration from a file fails |
| CConfigParseError | Thrown when parsing the configuration file fails |
| CConfigSaveError | Thrown when saving the configuration to a file fails |
| CSchemaSaveError | Thrown when generating or saving the JSON schema fails |
| CConfig | Wrapper class for managing strongly-typed configuration structures |
| CInspectType | |
| Cis_config_wrapper | Type trait to determine if a type is a Config wrapper |
| Cis_config_wrapper< Config< T > > | Specialization of is_config_wrapper for Config<T> |
| ▼Nstd | STL namespace |
| Cformatter< fourdst::config::Config< T >, CharT > | Formatter specialization for Config<T> to allow easy printing |