Enum EGenerateOptions#

Enum Documentation#

enum class toml_parser::EGenerateOptions : uint32_t#

TOML generation options.

Values:

enumerator inline_when_possible#

Try to generate as much as possible as inline nodes.

enumerator explicit_when_possible#

Try to generate as much as possible as explicit nodes.

enumerator no_comments#

Do not include comments.

enumerator reduce_whitespace#

Add comments, but reduce extra newlines before and after the node.

enumerator full_header#

When generating tables or table arrays, include the header in generated code.