xml_document::load ( char_t const* contents, unsigned int options )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load ( std::basic_istream<char>& stream, unsigned int options, enum xml_encoding encoding )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load ( std::basic_istream<wchar_t>& stream, unsigned int options )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load_buffer ( void const* contents, size_t size, unsigned int options, enum xml_encoding encoding )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load_buffer_inplace ( void* contents, size_t size, unsigned int options, enum xml_encoding encoding )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load_buffer_inplace_own ( void* contents, size_t size, unsigned int options, enum xml_encoding encoding )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load_file ( char const* path, unsigned int options, enum xml_encoding encoding )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_document::load_file ( wchar_t const* path, unsigned int options, enum xml_encoding encoding )Field 'retval->status' in return value has type 'enum xml_parse_status'.
xml_parse_result::description ( ) constField 'this->status' in the object of this method has type 'enum xml_parse_status'.
xml_parse_result::operator bool ( ) constField 'this->status' in the object of this method has type 'enum xml_parse_status'.
xml_parse_result::xml_parse_result [in-charge] ( )Field 'this->status' in the object of this method has type 'enum xml_parse_status'.