Public Types | Public Member Functions | Private Attributes
pugi::xml_object_range< It > Class Template Reference

#include <pugixml.hpp>

List of all members.

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 237 of file pugixml.hpp.


Member Typedef Documentation

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

Definition at line 240 of file pugixml.hpp.

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

Definition at line 241 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 243 of file pugixml.hpp.


Member Function Documentation

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

Definition at line 247 of file pugixml.hpp.

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

Definition at line 248 of file pugixml.hpp.


Member Data Documentation

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

Definition at line 251 of file pugixml.hpp.

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

Definition at line 251 of file pugixml.hpp.


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


pugixml
Author(s): Jose Luis Sanchez-Lopez
autogenerated on Thu Jun 6 2019 21:00:00