Classes

  • namespace std STL namespace.
  • namespace toml The root namespace for all toml++ functions and types.
    • namespace impl Internal implementation details. No user-serviceable parts within.
    • namespace literals inline Literal operators used throughout toml++.
    • class array final A TOML array.
    • struct date final A local date.
    • struct date_time final A date-time.
    • class node A TOML 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 A TOML value.