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