The xml::node::iterator provides a way to access children nodes similar to a standard C++ container. More...
#include <node.h>
Public Member Functions | |
| iterator & | operator++ () |
| prefix increment | |
| iterator | operator++ (int) |
| postfix increment (avoid if possible for better performance) | |
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.
| iterator xml::node::iterator::operator++ | ( | int | ) |
postfix increment (avoid if possible for better performance)
| iterator& xml::node::iterator::operator++ | ( | ) |
prefix increment
1.6.1