xmlwrapp
Lightweight C++ XML parsing library
|
Iterator class for accessing attribute pairs. More...
#include <attributes.h>
Public Member Functions | |
iterator & | operator++ () |
prefix increment More... | |
iterator | operator++ (int) |
postfix increment (avoid if possible for better performance) More... | |
Iterator class for accessing attribute pairs.
iterator& xml::attributes::iterator::operator++ | ( | ) |
prefix increment
iterator xml::attributes::iterator::operator++ | ( | int | ) |
postfix increment (avoid if possible for better performance)