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