OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_object_range< It > Class Template Reference

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
 

Detailed Description

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

Definition at line 298 of file pugixml.hpp.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 300 of file pugixml.hpp.

◆ iterator

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

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

Member Function Documentation

◆ begin()

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

Definition at line 305 of file pugixml.hpp.

◆ end()

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

Definition at line 306 of file pugixml.hpp.


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