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

#include <html.hpp>

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

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_iteratoroperator= (const const_iterator &aOther)
 
const_iteratoroperator= (const iterator &aOther)
 
const nodeoperator* () const
 
const nodeoperator-> () const
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 
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
 

Detailed Description

template<typename CharT, typename Alloc = std::allocator<CharT>>
class neogfx::html_node< CharT, Alloc >::const_iterator

Definition at line 88 of file html.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/4]

template<typename CharT , typename Alloc = std::allocator<CharT>>
neogfx::html_node< CharT, Alloc >::const_iterator::const_iterator ( )
inline

Definition at line 91 of file html.hpp.

◆ const_iterator() [2/4]

template<typename CharT , typename Alloc = std::allocator<CharT>>
neogfx::html_node< CharT, Alloc >::const_iterator::const_iterator ( const node aNode,
typename node::node_list::const_iterator  aIterator,
typename node::type_e  aFilter = node::All 
)
inline

Definition at line 92 of file html.hpp.

◆ const_iterator() [3/4]

template<typename CharT , typename Alloc = std::allocator<CharT>>
neogfx::html_node< CharT, Alloc >::const_iterator::const_iterator ( const const_iterator aOther)
inline

Definition at line 93 of file html.hpp.

◆ const_iterator() [4/4]

template<typename CharT , typename Alloc = std::allocator<CharT>>
neogfx::html_node< CharT, Alloc >::const_iterator::const_iterator ( const iterator  aIterator)
inline

Definition at line 94 of file html.hpp.

Member Function Documentation

◆ base()

template<typename CharT , typename Alloc = std::allocator<CharT>>
node::node_list::const_iterator neogfx::html_node< CharT, Alloc >::const_iterator::base ( ) const
inline

Definition at line 120 of file html.hpp.

◆ operator!=()

template<typename CharT , typename Alloc = std::allocator<CharT>>
bool neogfx::html_node< CharT, Alloc >::const_iterator::operator!= ( const const_iterator aOther) const
inline

Definition at line 119 of file html.hpp.

◆ operator*()

template<typename CharT , typename Alloc = std::allocator<CharT>>
const node & neogfx::html_node< CharT, Alloc >::const_iterator::operator* ( ) const
inline

Definition at line 98 of file html.hpp.

◆ operator++() [1/2]

template<typename CharT , typename Alloc = std::allocator<CharT>>
const_iterator & neogfx::html_node< CharT, Alloc >::const_iterator::operator++ ( )
inline

Definition at line 100 of file html.hpp.

◆ operator++() [2/2]

template<typename CharT , typename Alloc = std::allocator<CharT>>
const_iterator neogfx::html_node< CharT, Alloc >::const_iterator::operator++ ( int  )
inline

Definition at line 116 of file html.hpp.

◆ operator--() [1/2]

template<typename CharT , typename Alloc = std::allocator<CharT>>
const_iterator & neogfx::html_node< CharT, Alloc >::const_iterator::operator-- ( )
inline

Definition at line 108 of file html.hpp.

◆ operator--() [2/2]

template<typename CharT , typename Alloc = std::allocator<CharT>>
const_iterator neogfx::html_node< CharT, Alloc >::const_iterator::operator-- ( int  )
inline

Definition at line 117 of file html.hpp.

◆ operator->()

template<typename CharT , typename Alloc = std::allocator<CharT>>
const node * neogfx::html_node< CharT, Alloc >::const_iterator::operator-> ( ) const
inline

Definition at line 99 of file html.hpp.

◆ operator=() [1/2]

template<typename CharT , typename Alloc = std::allocator<CharT>>
const_iterator & neogfx::html_node< CharT, Alloc >::const_iterator::operator= ( const const_iterator aOther)
inline

Definition at line 95 of file html.hpp.

◆ operator=() [2/2]

template<typename CharT , typename Alloc = std::allocator<CharT>>
const_iterator & neogfx::html_node< CharT, Alloc >::const_iterator::operator= ( const iterator aOther)
inline

Definition at line 96 of file html.hpp.

◆ operator==()

template<typename CharT , typename Alloc = std::allocator<CharT>>
bool neogfx::html_node< CharT, Alloc >::const_iterator::operator== ( const const_iterator aOther) const
inline

Definition at line 118 of file html.hpp.


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