![]() |
libconfig v2.1.0
Reflection based C++ configuration library
|
| Cfourdst::config::Config< T > | Wrapper class for managing strongly-typed configuration structures |
| ▼Cstd::exception | STL class |
| ▼Cfourdst::config::exceptions::ConfigError | Base exception class for all configuration-related errors |
| Cfourdst::config::exceptions::ConfigLoadError | Thrown when loading the configuration from a file fails |
| Cfourdst::config::exceptions::ConfigParseError | Thrown when parsing the configuration file fails |
| Cfourdst::config::exceptions::ConfigSaveError | Thrown when saving the configuration to a file fails |
| Cfourdst::config::exceptions::SchemaSaveError | Thrown when generating or saving the JSON schema fails |
| ▼Cstd::false_type | |
| Cfourdst::config::is_config_wrapper< Config< T > > | Specialization of is_config_wrapper for Config<T> |
| Cfourdst::config::is_config_wrapper< T > | Type trait to determine if a type is a Config wrapper |
| Cstd::formatter< fourdst::config::Config< T >, CharT > | Formatter specialization for Config<T> to allow easy printing |
| Cfourdst::config::InspectType< T > | |
| ▼Cstd::true_type | |
| Cfourdst::config::is_config_wrapper< Config< T > > | Specialization of is_config_wrapper for Config<T> |