Iterator of child nodes of xml_node. More...
#include <rapidxml_iterators.hpp>
Public Types | |
| typedef std::ptrdiff_t | difference_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
| typedef xml_node< Ch > * | pointer |
| typedef xml_node< Ch > & | reference |
| typedef xml_node< Ch > | value_type |
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) |
Private Attributes | |
| xml_node< Ch > * | m_node |
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.
|
private |
Definition at line 89 of file rapidxml_iterators.hpp.