xml::node::iterator Class Reference

The xml::node::iterator provides a way to access children nodes similar to a standard C++ container. More...

#include <node.h>

List of all members.

Public Member Functions

iteratoroperator++ ()
 prefix increment
iterator operator++ (int)
 postfix increment (avoid if possible for better performance)

Detailed Description

The xml::node::iterator provides a way to access children nodes similar to a standard C++ container.

The nodes that are pointed to by the iterator can be changed.


Member Function Documentation

iterator xml::node::iterator::operator++ ( int   ) 

postfix increment (avoid if possible for better performance)

iterator& xml::node::iterator::operator++ (  ) 

prefix increment


The documentation for this class was generated from the following file:

Generated on Sun Dec 20 12:42:33 2009 for xmlwrapp by  doxygen 1.6.1