From 26ab424b0302f73704c58b3b6deb62a85bfacba8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 15:29:31 +0000 Subject: docs: Removed old documents git-svn-id: http://pugixml.googlecode.com/svn/trunk@592 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__node__iterator.html | 383 ------------------------ 1 file changed, 383 deletions(-) delete mode 100644 docs/html/classpugi_1_1xml__node__iterator.html (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 deleted file mode 100644 index 829d8e4..0000000 --- a/docs/html/classpugi_1_1xml__node__iterator.html +++ /dev/null @@ -1,383 +0,0 @@ - - -pugixml: pugi::xml_node_iterator Class Reference - - - - -
-
-
-
- -

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. -

-It's a bidirectional iterator with value type 'xml_node'. -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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 ()
 Default ctor.
 xml_node_iterator (const xml_node &node)
 Initializing ctor.
bool operator== (const xml_node_iterator &rhs) const
 Check if this iterator is equal to rhs.
bool operator!= (const xml_node_iterator &rhs) const
 Check if this iterator is not equal to rhs.
xml_nodeoperator * ()
 Dereferencing operator.
xml_nodeoperator-> ()
 Member access operator.
const xml_node_iteratoroperator++ ()
 Pre-increment operator.
xml_node_iterator operator++ (int)
 Post-increment operator.
const xml_node_iteratoroperator-- ()
 Pre-decrement operator.
xml_node_iterator operator-- (int)
 Post-decrement operator.

Friends

-class xml_node
-


Constructor & Destructor Documentation

-

- - - - -
- - - - - - - - - -
pugi::xml_node_iterator::xml_node_iterator const xml_node node  ) 
-
- - - - - -
-   - - -

-Initializing ctor. -

-

Parameters:
- - -
node - node that iterator will point at
-
-
-


Member Function Documentation

-

- - - - -
- - - - - - - - - -
bool pugi::xml_node_iterator::operator== const xml_node_iterator rhs  )  const
-
- - - - - -
-   - - -

-Check if this iterator is equal to rhs. -

-

Parameters:
- - -
rhs - other iterator
-
-
Returns:
comparison result
-
-

- - - - -
- - - - - - - - - -
bool pugi::xml_node_iterator::operator!= const xml_node_iterator rhs  )  const
-
- - - - - -
-   - - -

-Check if this iterator is not equal to rhs. -

-

Parameters:
- - -
rhs - other iterator
-
-
Returns:
comparison result
-
-

- - - - -
- - - - - - - - -
xml_node& pugi::xml_node_iterator::operator *  ) 
-
- - - - - -
-   - - -

-Dereferencing operator. -

-

Returns:
reference to the node iterator points at
-
-

- - - - -
- - - - - - - - -
xml_node* pugi::xml_node_iterator::operator->  ) 
-
- - - - - -
-   - - -

-Member access operator. -

-

Returns:
poitner to the node iterator points at
-
-

- - - - -
- - - - - - - - -
const xml_node_iterator& pugi::xml_node_iterator::operator++  ) 
-
- - - - - -
-   - - -

-Pre-increment operator. -

-

Returns:
self
-
-

- - - - -
- - - - - - - - - -
xml_node_iterator pugi::xml_node_iterator::operator++ int   ) 
-
- - - - - -
-   - - -

-Post-increment operator. -

-

Returns:
old value
-
-

- - - - -
- - - - - - - - -
const xml_node_iterator& pugi::xml_node_iterator::operator--  ) 
-
- - - - - -
-   - - -

-Pre-decrement operator. -

-

Returns:
self
-
-

- - - - -
- - - - - - - - - -
xml_node_iterator pugi::xml_node_iterator::operator-- int   ) 
-
- - - - - -
-   - - -

-Post-decrement operator. -

-

Returns:
old value
-
-


Generated on Tue May 25 23:22:41 2010 for pugixml by  - -doxygen 1.4.6-NO
- - -- cgit v1.2.3