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

#include <xml.hpp>

Inheritance diagram for neolib::xml_node< CharT, Alloc >::const_iterator:
neolib::xml_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 neolib::xml_node< CharT, Alloc >::const_iterator

Definition at line 112 of file xml.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/4]

template<typename CharT , typename Alloc = std::allocator<CharT>>
neolib::xml_node< CharT, Alloc >::const_iterator::const_iterator ( )
inline

Definition at line 115 of file xml.hpp.

◆ const_iterator() [2/4]

template<typename CharT , typename Alloc = std::allocator<CharT>>
neolib::xml_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 116 of file xml.hpp.

◆ const_iterator() [3/4]

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

Definition at line 117 of file xml.hpp.

◆ const_iterator() [4/4]

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

Definition at line 118 of file xml.hpp.

Member Function Documentation

◆ base()

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

Definition at line 144 of file xml.hpp.

◆ operator!=()

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

Definition at line 143 of file xml.hpp.

◆ operator*()

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

Definition at line 122 of file xml.hpp.

◆ operator++() [1/2]

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

Definition at line 124 of file xml.hpp.

◆ operator++() [2/2]

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

Definition at line 140 of file xml.hpp.

◆ operator--() [1/2]

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

Definition at line 132 of file xml.hpp.

◆ operator--() [2/2]

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

Definition at line 141 of file xml.hpp.

◆ operator->()

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

Definition at line 123 of file xml.hpp.

◆ operator=() [1/2]

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

Definition at line 119 of file xml.hpp.

◆ operator=() [2/2]

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

Definition at line 120 of file xml.hpp.

◆ operator==()

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

Definition at line 142 of file xml.hpp.


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