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