|
Orcus
|
#include <types.hpp>
Public Member Functions | |
| xml_declaration_t (uint8_t _version_major, uint8_t _version_minor, character_set_t _encoding, bool _standalone) | |
| xml_declaration_t (const xml_declaration_t &other) | |
| xml_declaration_t & | operator= (const xml_declaration_t &other) |
| bool | operator== (const xml_declaration_t &other) const |
| bool | operator!= (const xml_declaration_t &other) const |
Public Attributes | |
| uint8_t | version_major |
| uint8_t | version_minor |
| character_set_t | encoding |
| bool | standalone |
Struct holding XML declaration properties.