![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <html.hpp>
Public Member Functions | |
| iterator (typename node::iterator aIterator) | |
| html_element & | operator* () const |
| html_element * | operator-> () const |
Public Member Functions inherited from neogfx::html_node< CharT, Alloc >::iterator | |
| 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 |
|
inline |
|
inline |
|
inline |