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

#include <xml.hpp>

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

Public Member Functions

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

Definition at line 230 of file xml.hpp.

Constructor & Destructor Documentation

◆ iterator()

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

Definition at line 233 of file xml.hpp.

Member Function Documentation

◆ operator*()

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

Definition at line 234 of file xml.hpp.

◆ operator->()

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

Definition at line 235 of file xml.hpp.


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