Classes
- namespace std STL namespace.
-
namespace toml The root namespace for all toml++ functions and types.
- namespace literals inline Convenience literal operators for working with TOML++.
- class array final A TOML array.
- struct date final A local date.
- struct date_time final A date-time.
- class default_formatter final A wrapper for printing TOML objects out to a stream as formatted TOML.
- class json_formatter final A wrapper for printing TOML objects out to a stream as formatted JSON.
- class node A TOML node.
- class node_view final A view of a node.
- class parse_error final An error thrown/returned when parsing fails.
- class parse_result final The result of a parsing operation.
- struct source_position A source document line-and-column pair.
- struct source_region A source document region.
- class table final A TOML table.
- struct time final A local time-of-day.
- struct time_offset final A timezone offset.
- class value final A TOML value.