CARLA
Public Types | Public Member Functions | Private Attributes | List of all members
pugi::xml_object_range< It > Class Template Reference

#include <pugixml.hpp>

+ Collaboration diagram for pugi::xml_object_range< It >:

Public Types

typedef It const_iterator
 
typedef It iterator
 

Public Member Functions

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

Private Attributes

It _begin
 
It _end
 

Detailed Description

template<typename It>
class pugi::xml_object_range< It >

Definition at line 286 of file pugixml.hpp.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 289 of file pugixml.hpp.

◆ iterator

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

Definition at line 290 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_object_range()

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

Definition at line 292 of file pugixml.hpp.

Member Function Documentation

◆ begin()

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

Definition at line 296 of file pugixml.hpp.

References pugi::xml_object_range< It >::_begin.

◆ end()

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

Definition at line 297 of file pugixml.hpp.

References pugi::xml_object_range< It >::_end.

Member Data Documentation

◆ _begin

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

Definition at line 300 of file pugixml.hpp.

Referenced by pugi::xml_object_range< It >::begin().

◆ _end

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

Definition at line 300 of file pugixml.hpp.

Referenced by pugi::xml_object_range< It >::end().


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