CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
pugi::xml_parse_result结构体 参考

#include <pugixml.hpp>

+ pugi::xml_parse_result 的协作图:

Public 成员函数

const char * description () const
 
 operator bool () const
 
 xml_parse_result ()
 

Public 属性

xml_encoding encoding
 
ptrdiff_t offset
 
xml_parse_status status
 

详细描述

在文件 pugixml.hpp974 行定义.

构造及析构函数说明

◆ xml_parse_result()

PUGI__FN pugi::xml_parse_result::xml_parse_result ( )

在文件 pugixml.cpp6803 行定义.

成员函数说明

◆ description()

PUGI__FN const char * pugi::xml_parse_result::description ( ) const

◆ operator bool()

PUGI__FN pugi::xml_parse_result::operator bool ( ) const

在文件 pugixml.cpp6807 行定义.

引用了 pugi::status_ok.

类成员变量说明

◆ encoding

xml_encoding pugi::xml_parse_result::encoding

在文件 pugixml.hpp983 行定义.

◆ offset

ptrdiff_t pugi::xml_parse_result::offset

在文件 pugixml.hpp980 行定义.

◆ status

xml_parse_status pugi::xml_parse_result::status

在文件 pugixml.hpp977 行定义.

被这些函数引用 description().


该结构体的文档由以下文件生成: