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