Orcus
Public Attributes | List of all members
orcus::config Struct Reference

Public Attributes

bool debug
 
bool structure_check
 

Member Data Documentation

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.