From 75a0d2379aee05e59f0829b04240b9307469e727 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 25 May 2010 19:24:32 +0000 Subject: Updated version, updated changelog, minor Doxygen fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@449 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__node__iterator.html | 72 +++++++------------------ 1 file changed, 20 insertions(+), 52 deletions(-) (limited to 'docs/html/classpugi_1_1xml__node__iterator.html') diff --git a/docs/html/classpugi_1_1xml__node__iterator.html b/docs/html/classpugi_1_1xml__node__iterator.html index dd841f0..829d8e4 100644 --- a/docs/html/classpugi_1_1xml__node__iterator.html +++ b/docs/html/classpugi_1_1xml__node__iterator.html @@ -20,10 +20,9 @@ -

pugi::xml_node_iterator Class Reference

Inheritance diagram for pugi::xml_node_iterator:

Inheritance graph
-
[legend]
Collaboration diagram for pugi::xml_node_iterator:

Collaboration graph
+

pugi::xml_node_iterator Class Reference

Collaboration diagram for pugi::xml_node_iterator:

Collaboration graph
- +
[legend]
List of all members.

Detailed Description

Child node iterator. @@ -32,6 +31,23 @@ It's a bidirectional iterator with value type 'xml_node'.

+ + + + + + + + + + + + @@ -40,9 +56,6 @@ It's a bidirectional iterator with value type 'xml_node'. - - - @@ -108,51 +121,6 @@ Initializing ctor.

Public Types

+typedef ptrdiff_t difference_type
 Iterator traits.
+typedef xml_node value_type
+typedef xml_nodepointer
+typedef xml_nodereference
+typedef std::bidirectional_iterator_tag iterator_category

Public Member Functions

 xml_node_iterator ()
 xml_node_iterator (const xml_node &node)
 Initializing ctor.
 xml_node_iterator (xml_node_struct *ref, xml_node_struct *prev)
 Initializing ctor (for past-the-end).
bool operator== (const xml_node_iterator &rhs) const
 Check if this iterator is equal to rhs.
-

- - - - -
- - - - - - - - - - - - - - - - - - -
pugi::xml_node_iterator::xml_node_iterator xml_node_struct *  ref,
xml_node_struct *  prev
-
- - - - - -
-   - - -

-Initializing ctor (for past-the-end). -

-

Parameters:
- - - -
ref - should be 0
prev - previous node
-
-


Member Function Documentation

@@ -408,7 +376,7 @@ Post-decrement operator.
-


Generated on Tue Jan 5 20:02:13 2010 for pugixml by  +
Generated on Tue May 25 23:22:41 2010 for pugixml by  doxygen 1.4.6-NO
-- cgit v1.2.3