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
1
2
3
]
▼
N
cpptoml
C
array
C
array_exception
Exception class for array insertion errors
C
array_of_trait
C
array_of_trait< array >
C
base
A generic base TOML value used for type erasure
C
consumer
Helper object for consuming expected characters
C
fill_guard
C
is_one_of
C
is_one_of< T, V >
C
is_one_of< T, V, Ts... >
C
local_date
C
local_datetime
C
local_time
C
offset_datetime
C
option
C
parse_exception
Exception class for all TOML parsing errors
C
parser
The parser class
C
table
Represents a TOML keytable
C
table_array
C
toml_writer
Writer that can be passed to accept() functions of cpptoml objects and will output valid TOML to a stream
C
valid_value
C
valid_value_or_string_convertible
▼
C
value
A concrete TOML value representing the "leaves" of the "tree"
C
make_shared_enabler
C
value_accept
C
value_accept< T, Ts... >
C
value_accept<>
C
value_traits
C
value_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 >
C
value_traits< T, typename std::enable_if< !valid_value_or_string_convertible< T >::value &&std::is_floating_point< typename std::decay< T >::type >::value >::type >
C
value_traits< T, typename std::enable_if< !valid_value_or_string_convertible< T >::value &&std::is_unsigned< typename std::decay< T >::type >::value >::type >
C
value_traits< T, typename std::enable_if< valid_value_or_string_convertible< T >::value >::type >
C
zone_offset
C
toml_test_writer
A visitor for toml objects that writes to an output stream in the JSON format that the toml-test suite expects
Generated on Sat Oct 1 2022 20:57:56 for cpptoml by
1.9.8