8 #ifndef INCLUDED_ORCUS_TYPES_HPP 9 #define INCLUDED_ORCUS_TYPES_HPP 14 #include "pstring.hpp" 21 typedef size_t xml_token_t;
22 typedef const char* xmlns_id_t;
24 ORCUS_PSR_DLLPUBLIC
extern const xmlns_id_t XMLNS_UNKNOWN_ID;
25 ORCUS_PSR_DLLPUBLIC
extern const xml_token_t XML_UNKNOWN_TOKEN;
26 ORCUS_PSR_DLLPUBLIC
extern const size_t index_not_found;
27 ORCUS_PSR_DLLPUBLIC
extern const size_t unspecified;
57 xmlns_id_t _ns, xml_token_t _name,
const pstring& _value,
bool _transient);
59 xmlns_id_t _ns, xml_token_t _name,
const pstring& _raw_name,
60 const pstring& _value,
bool _transient);
72 std::vector<xml_token_attr_t> attrs;
84 enum class length_unit_t
115 std::string to_string()
const;
129 date_time_t(
int _year,
int _month,
int _day,
int _hour,
int _minute,
double _second);
138 std::string to_string()
const;
143 ORCUS_DLLPUBLIC std::ostream& operator<< (std::ostream& os,
const date_time_t& v);
145 typedef ::std::vector<xml_token_attr_t> xml_attrs_t;
Definition: pstring.hpp:24
Definition: types.hpp:118
Definition: types.hpp:108
Definition: base64.hpp:15