libconfig v2.2.1
Reflection based C++ configuration library
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 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
 Nutils
 CANSIColor
 Nvalidate
 CConfigValidator
 CTupleChecker
 CTupleChecker< rfl::NamedTuple< Fields... > >
 Cis_map_impl
 Cis_map_impl< std::map< K, V, C, A > >
 Cis_map_impl< std::unordered_map< K, V, H, E, A > >
 Cis_optional_impl
 Cis_optional_impl< std::optional< T > >
 Cis_vector_impl
 Cis_vector_impl< std::vector< T, A > >
 CMissingFieldTree
 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