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

#include <xml.hpp>

Inheritance diagram for neolib::xml_element< CharT, Alloc >::const_iterator:
neolib::xml_node< CharT, Alloc >::const_iterator

Public Member Functions

 const_iterator (typename node::const_iterator aIterator)
 
 const_iterator (const iterator &aIterator)
 
const xml_elementoperator* () const
 
const xml_elementoperator-> () const
 
- Public Member Functions inherited from neolib::xml_node< CharT, Alloc >::const_iterator
 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_element< CharT, Alloc >::const_iterator

Definition at line 237 of file xml.hpp.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

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

Definition at line 240 of file xml.hpp.

◆ const_iterator() [2/2]

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

Definition at line 241 of file xml.hpp.

Member Function Documentation

◆ operator*()

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

Definition at line 242 of file xml.hpp.

◆ operator->()

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

Definition at line 243 of file xml.hpp.


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