config¶
Defined in header: <orcus/config.hpp>
-
struct config¶
Public Types
-
using data_type = std::variant<csv_config>¶
Public Members
-
bool debug¶
Enable or disable runtime debug output to stdout or stderr.
-
bool 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.
-
struct csv_config¶
configuration settings specific to the CSV format. This struct must be POD.
-
using data_type = std::variant<csv_config>¶