Orcus
Loading...
Searching...
No Matches
orcus::config Struct Reference

Classes

struct  csv_config

Public Types

using data_type = std::variant<csv_config>

Public Member Functions

 config (format_t input_format)

Public Attributes

format_t input_format
bool debug
bool structure_check
data_type data

Member Data Documentation

◆ debug

bool orcus::config::debug

Enable or disable runtime debug output to stdout or stderr.

◆ structure_check

bool orcus::config::structure_check

Control whether or not to perform strict check of the xml structure of a stream being parsed. When enabled, it throws an xml_structure_error exception when an incorrect xml structure is detected.