![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <xml.hpp>
Public Member Functions | |
| iterator () | |
| iterator (node &aNode, typename node::node_list::iterator aIterator, typename node::type_e aFilter=node::All) | |
| iterator (const iterator &aOther) | |
| iterator & | operator= (const iterator &aOther) |
| node & | operator* () const |
| node * | operator-> () const |
| iterator & | operator++ () |
| iterator & | operator-- () |
| iterator | operator++ (int) |
| iterator | operator-- (int) |
| bool | operator== (const iterator &aOther) const |
| bool | operator!= (const iterator &aOther) const |
| node::node_list::iterator | base () const |
Friends | |
| class | const_iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |