|
Iterator of child nodes of xml_node. More...
#include <ArmarXCore/core/rapidxml/rapidxml_iterators.hpp>
Public Types | |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::bidirectional_iterator_tag |
using | pointer = typename xml_node< Ch > * |
using | reference = typename xml_node< Ch > & |
using | value_type = typename xml_node< Ch > |
Public Member Functions | |
node_iterator () | |
node_iterator (xml_node< Ch > *node) | |
bool | operator!= (const node_iterator< Ch > &rhs) |
reference | operator* () const |
node_iterator & | operator++ () |
node_iterator | operator++ (int) |
node_iterator & | operator-- () |
node_iterator | operator-- (int) |
pointer | operator-> () const |
bool | operator== (const node_iterator< Ch > &rhs) |
Iterator of child nodes of xml_node.
Definition at line 15 of file rapidxml_iterators.hpp.
using difference_type = std::ptrdiff_t |
Definition at line 23 of file rapidxml_iterators.hpp.
using iterator_category = std::bidirectional_iterator_tag |
Definition at line 24 of file rapidxml_iterators.hpp.
Definition at line 22 of file rapidxml_iterators.hpp.
Definition at line 21 of file rapidxml_iterators.hpp.
using value_type = typename xml_node<Ch> |
Definition at line 20 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 26 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 31 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 81 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 36 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 48 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 55 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 62 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 69 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 42 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 76 of file rapidxml_iterators.hpp.