|
Orcus
|
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 |
| bool orcus::config::debug |
Enable or disable runtime debug output to stdout or stderr.
| 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.