cpptoml
A C++11 parser for TOML
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncpptoml
 Carray
 Carray_exceptionException class for array insertion errors
 Carray_of_trait
 Carray_of_trait< array >
 CbaseA generic base TOML value used for type erasure
 CconsumerHelper object for consuming expected characters
 Cfill_guard
 Cis_one_of
 Cis_one_of< T, V >
 Cis_one_of< T, V, Ts... >
 Clocal_date
 Clocal_datetime
 Clocal_time
 Coffset_datetime
 Coption
 Cparse_exceptionException class for all TOML parsing errors
 CparserThe parser class
 CtableRepresents a TOML keytable
 Ctable_array
 Ctoml_writerWriter that can be passed to accept() functions of cpptoml objects and will output valid TOML to a stream
 Cvalid_value
 Cvalid_value_or_string_convertible
 CvalueA concrete TOML value representing the "leaves" of the "tree"
 Cmake_shared_enabler
 Cvalue_accept
 Cvalue_accept< T, Ts... >
 Cvalue_accept<>
 Cvalue_traits
 Cvalue_traits< T, typename std::enable_if< !valid_value_or_string_convertible< T >::value &&!std::is_floating_point< typename std::decay< T >::type >::value &&std::is_signed< typename std::decay< T >::type >::value >::type >
 Cvalue_traits< T, typename std::enable_if< !valid_value_or_string_convertible< T >::value &&std::is_floating_point< typename std::decay< T >::type >::value >::type >
 Cvalue_traits< T, typename std::enable_if< !valid_value_or_string_convertible< T >::value &&std::is_unsigned< typename std::decay< T >::type >::value >::type >
 Cvalue_traits< T, typename std::enable_if< valid_value_or_string_convertible< T >::value >::type >
 Czone_offset
 Ctoml_test_writerA visitor for toml objects that writes to an output stream in the JSON format that the toml-test suite expects