Open
Graph Drawing
Framework

 v. 2025.10-dev (Foxglove)
 

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

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

Public Types

typedef It const_iterator
 
typedef It iterator
 

Public Member Functions

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

Private Attributes

It _begin
 
It _end
 

Detailed Description

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

Definition at line 327 of file pugixml.h.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 330 of file pugixml.h.

◆ iterator

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

Definition at line 331 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 333 of file pugixml.h.

Member Function Documentation

◆ begin()

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

Definition at line 337 of file pugixml.h.

◆ empty()

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

Definition at line 340 of file pugixml.h.

◆ end()

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

Definition at line 338 of file pugixml.h.

Member Data Documentation

◆ _begin

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

Definition at line 343 of file pugixml.h.

◆ _end

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

Definition at line 343 of file pugixml.h.


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