Main Page | Class Hierarchy | Class List | File List | Class Members

xml::node::const_iterator Class Reference

The xml::node::const_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

const_iteratoroperator++ (void)
 prefix increment

const_iterator operator++ (int)
 postfix increment (avoid if possible for better performance)


Detailed Description

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

The nodes that are pointed to by the const_iterator cannot be changed.


Member Function Documentation

const_iterator xml::node::const_iterator::operator++ int   ) 
 

postfix increment (avoid if possible for better performance)

const_iterator& xml::node::const_iterator::operator++ void   ) 
 

prefix increment


The documentation for this class was generated from the following file:
Generated on Tue Oct 19 12:26:03 2004 for xmlwrapp by doxygen 1.3.6