|
Orcus
|
Classes | |
| struct | csv_config |
Public Member Functions | |
| config (format_t input_format) | |
Public Attributes | |
| format_t | input_format |
| uint16_t | debug |
| bool | structure_check |
| union { | |
| csv_config csv | |
| }; | |
| uint16_t 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.
1.8.14