Iterator of child attributes 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_attribute< Ch > * | pointer |
typedef xml_attribute< Ch > & | reference |
typedef xml_attribute< Ch > | value_type |
Public Member Functions | |
attribute_iterator () | |
attribute_iterator (xml_node< Ch > *node) | |
bool | operator!= (const attribute_iterator< Ch > &rhs) |
reference | operator* () const |
attribute_iterator & | operator++ () |
attribute_iterator | operator++ (int) |
attribute_iterator & | operator-- () |
attribute_iterator | operator-- (int) |
pointer | operator-> () const |
bool | operator== (const attribute_iterator< Ch > &rhs) |
Private Attributes | |
xml_attribute< Ch > * | m_attribute |
Iterator of child attributes of xml_node.
Definition at line 71 of file rapidxml_iterators.hpp.
typedef std::ptrdiff_t rapidxml::attribute_iterator< Ch >::difference_type |
Definition at line 76 of file rapidxml_iterators.hpp.
typedef std::bidirectional_iterator_tag rapidxml::attribute_iterator< Ch >::iterator_category |
Definition at line 77 of file rapidxml_iterators.hpp.
typedef xml_attribute<Ch>* rapidxml::attribute_iterator< Ch >::pointer |
Definition at line 75 of file rapidxml_iterators.hpp.
typedef xml_attribute<Ch>& rapidxml::attribute_iterator< Ch >::reference |
Definition at line 74 of file rapidxml_iterators.hpp.
typedef xml_attribute<Ch> rapidxml::attribute_iterator< Ch >::value_type |
Definition at line 73 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 79 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 81 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 122 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 84 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 94 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 100 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 106 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 112 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 89 of file rapidxml_iterators.hpp.
|
inline |
Definition at line 118 of file rapidxml_iterators.hpp.
|
private |
Definition at line 127 of file rapidxml_iterators.hpp.