From 208a6b4ecc77932c08e5990a9cf809c5d8207b95 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 25 Jan 2009 20:54:00 +0000 Subject: Documentation updated git-svn-id: http://pugixml.googlecode.com/svn/trunk@113 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/structpugi_1_1xml__parse__result.html | 82 +++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 docs/html/structpugi_1_1xml__parse__result.html (limited to 'docs/html/structpugi_1_1xml__parse__result.html') diff --git a/docs/html/structpugi_1_1xml__parse__result.html b/docs/html/structpugi_1_1xml__parse__result.html new file mode 100644 index 0000000..b99c4c3 --- /dev/null +++ b/docs/html/structpugi_1_1xml__parse__result.html @@ -0,0 +1,82 @@ + + +pugixml: pugi::xml_parse_result Struct Reference + + + + +
+
+
+
+ +

pugi::xml_parse_result Struct Reference

Collaboration diagram for pugi::xml_parse_result:

Collaboration graph
+
[legend]
List of all members.

Detailed Description

+Parser result. +

+ + + + + + + + + + + + + + + + + + + +

Public Member Functions

operator bool () const
 Cast to bool operator.
+const char * description () const
 Get error description.

Public Attributes

xml_parse_status status
 Parsing status (.
+unsigned int offset
 Last parsed offset (in bytes from file/string start).
+unsigned int line
 Line in parser source which reported this.
+


Member Data Documentation

+

+ + + + +
+ + + + +
xml_parse_status pugi::xml_parse_result::status
+
+ + + + + +
+   + + +

+Parsing status (. +

+

See also:
xml_parse_status)
+
+


Generated on Sun Jan 25 23:51:33 2009 for pugixml by  + +doxygen 1.4.6-NO
+ + -- cgit v1.2.3