TraceX
 
Loading...
Searching...
No Matches
pugi::xml_object_range< It > Class Template Reference

#include <pugixml.hpp>

Public Types

typedef It const_iterator
 
typedef It iterator
 

Public Member Functions

 xml_object_range (It b, It e)
 
It begin () const
 
It end () const
 
bool empty () const
 

Member Typedef Documentation

◆ const_iterator

template<typename It>
typedef It pugi::xml_object_range< It >::const_iterator

◆ iterator

template<typename It>
typedef It pugi::xml_object_range< It >::iterator

Constructor & Destructor Documentation

◆ xml_object_range()

template<typename It>
pugi::xml_object_range< It >::xml_object_range ( It b,
It e )
inline

Member Function Documentation

◆ begin()

template<typename It>
It pugi::xml_object_range< It >::begin ( ) const
inline

◆ empty()

template<typename It>
bool pugi::xml_object_range< It >::empty ( ) const
inline

◆ end()

template<typename It>
It pugi::xml_object_range< It >::end ( ) const
inline

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