toml.parser

Undocumented in source.

Members

Aliases

enforceTOML
alias enforceTOML = enforceEx!(TOMLException)
Undocumented in source.

Classes

TOMLException
class TOMLException
Undocumented in source.

Enums

TOMLType
enum TOMLType
Undocumented in source.

Functions

_toTOMLDictionary
void _toTOMLDictionary(ParseTree p, TOMLValue root, string current_header)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
TOMLValue parse(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
parseFile
TOMLValue parseFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TOMLValue
struct TOMLValue
Undocumented in source.

Meta