HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pugi::xml_object_range< It > Class Template Reference

#include <pugixml.hpp>

Public Types

typedef It const_iterator
 
typedef It iterator
 
typedef It const_iterator
 
typedef It iterator
 

Public Member Functions

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

Detailed Description

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

Definition at line 287 of file pugixml.hpp.

Member Typedef Documentation

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

Definition at line 278 of file pugixml.hpp.

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

Definition at line 290 of file pugixml.hpp.

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

Definition at line 279 of file pugixml.hpp.

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

Definition at line 291 of file pugixml.hpp.

Constructor & Destructor Documentation

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

Definition at line 293 of file pugixml.hpp.

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

Definition at line 281 of file pugixml.hpp.

Member Function Documentation

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

Definition at line 285 of file pugixml.hpp.

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

Definition at line 297 of file pugixml.hpp.

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

Definition at line 286 of file pugixml.hpp.

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

Definition at line 298 of file pugixml.hpp.


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