NDDEM
Public Types | Public Member Functions | Private Attributes | List of all members
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
 

Private Attributes

It _begin
 
It _end
 

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

Member Data Documentation

◆ _begin

template<typename It >
It pugi::xml_object_range< It >::_begin
private

◆ _end

template<typename It >
It pugi::xml_object_range< It >::_end
private

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