Iterator of child nodes of xml_node. More...
#include <rapidxml_iterators.hpp>
Public Types | |
typedef xml_node< Ch > | value_type |
typedef xml_node< Ch > & | reference |
typedef xml_node< Ch > * | pointer |
typedef std::ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
node_iterator () | |
node_iterator (xml_node< Ch > *node) | |
reference | operator* () const |
pointer | operator-> () const |
node_iterator & | operator++ () |
node_iterator | operator++ (int) |
node_iterator & | operator-- () |
node_iterator | operator-- (int) |
bool | operator== (const node_iterator< Ch > &rhs) |
bool | operator!= (const node_iterator< Ch > &rhs) |
Iterator of child nodes of xml_node.
Definition at line 16 of file rapidxml_iterators.hpp.
typedef std::ptrdiff_t rapidxml::node_iterator< Ch >::difference_type |
Definition at line 24 of file rapidxml_iterators.hpp.
typedef std::bidirectional_iterator_tag rapidxml::node_iterator< Ch >::iterator_category |
Definition at line 25 of file rapidxml_iterators.hpp.
typedef xml_node<Ch>* rapidxml::node_iterator< Ch >::pointer |
Definition at line 23 of file rapidxml_iterators.hpp.
typedef xml_node<Ch>& rapidxml::node_iterator< Ch >::reference |
Definition at line 22 of file rapidxml_iterators.hpp.
typedef xml_node<Ch> rapidxml::node_iterator< Ch >::value_type |
Definition at line 21 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 27 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 32 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 82 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 37 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 49 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 56 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 63 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 70 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 43 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 77 of file rapidxml_iterators.hpp.