neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::html_element< CharT, Alloc >::iterator Class Reference

#include <html.hpp>

Inheritance diagram for neogfx::html_element< CharT, Alloc >::iterator:
neogfx::html_node< CharT, Alloc >::iterator

Public Member Functions

 iterator (typename node::iterator aIterator)
 
html_elementoperator* () const
 
html_elementoperator-> () 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)
 
iteratoroperator= (const iterator &aOther)
 
nodeoperator* () const
 
nodeoperator-> () const
 
iteratoroperator++ ()
 
iteratoroperator-- ()
 
iterator operator++ (int)
 
iterator operator-- (int)
 
bool operator== (const iterator &aOther) const
 
bool operator!= (const iterator &aOther) const
 
node::node_list::iterator base () const
 

Detailed Description

template<typename CharT, typename Alloc = std::allocator<CharT>>
class neogfx::html_element< CharT, Alloc >::iterator

Definition at line 220 of file html.hpp.

Constructor & Destructor Documentation

◆ iterator()

template<typename CharT , typename Alloc = std::allocator<CharT>>
neogfx::html_element< CharT, Alloc >::iterator::iterator ( typename node::iterator  aIterator)
inline

Definition at line 223 of file html.hpp.

Member Function Documentation

◆ operator*()

template<typename CharT , typename Alloc = std::allocator<CharT>>
html_element & neogfx::html_element< CharT, Alloc >::iterator::operator* ( ) const
inline

Definition at line 224 of file html.hpp.

◆ operator->()

template<typename CharT , typename Alloc = std::allocator<CharT>>
html_element * neogfx::html_element< CharT, Alloc >::iterator::operator-> ( ) const
inline

Definition at line 225 of file html.hpp.


The documentation for this class was generated from the following file: