Classes

  • namespace toml The root namespace for all toml++ functions and types.
    • class array final A TOML array.
    • struct date A local date.
    • struct date_time A date-time.
    • class default_formatter final A wrapper for printing TOML objects out to a stream as formatted TOML.
    • struct inserter Helper class for suppressing move-construction in single-argument array constructors.
    • 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 A view of a node.
    • class parse_error final An error generated when parsing fails.
    • class parse_result 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 A local time-of-day.
    • struct time_offset A timezone offset.
    • class value final A TOML value.