Enum EQuoteRequest#

Enum Documentation#

enum class toml_parser::EQuoteRequest#

Quotation request enum for quoting text (or keys).

Values:

enumerator smart_key#

Uses quotation markers and escape characters if needed.

enumerator smart_text#

Use literal markers if possible, use quotation markers if needed.

enumerator quoted_text#

Will always use quotation markers.

enumerator literal_text#

Will use literal markers if possible; otherwise uses quotation markers.

enumerator multi_line_quoted_text#

Multiple lines quoted text (carriage return and newline are not escaped).

enumerator multi_line_literal_text#

Multiple lines literal text (carriage return and newline are not escaped).