Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
pugi::xml_object_range< It > Class Template Reference

#include <ogdf/lib/pugixml/pugixml.h>

Public Types

using const_iterator = It
 
using iterator = It
 

Public Member Functions

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

Private Attributes

It _begin
 
It _end
 

Detailed Description

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

Definition at line 241 of file pugixml.h.

Member Typedef Documentation

◆ const_iterator

template<typename It >
using pugi::xml_object_range< It >::const_iterator = It

Definition at line 244 of file pugixml.h.

◆ iterator

template<typename It >
using pugi::xml_object_range< It >::iterator = It

Definition at line 245 of file pugixml.h.

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 247 of file pugixml.h.

Member Function Documentation

◆ begin()

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

Definition at line 251 of file pugixml.h.

◆ end()

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

Definition at line 252 of file pugixml.h.

Member Data Documentation

◆ _begin

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

Definition at line 255 of file pugixml.h.

◆ _end

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

Definition at line 255 of file pugixml.h.


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