Read-only access iterator for a range of ARXML nodes. More...
#include <arxml_node_iterator.h>
Public Member Functions | |
ArxmlNodeIterator (pugi::xml_node_iterator iterator) | |
Constructor. More... | |
bool | operator== (const ArxmlNodeIterator &rhs) const |
bool | operator!= (const ArxmlNodeIterator &rhs) const |
ArxmlNode | operator* () const |
ArxmlNodeIterator & | operator++ () |
ArxmlNodeIterator | operator++ (int) |
ArxmlNodeIterator & | operator-- () |
ArxmlNodeIterator | operator-- (int) |
Read-only access iterator for a range of ARXML nodes.
|
inlineexplicit |
Constructor.
iterator | XML iterator |