#include <pugixml.hpp>
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 |
Definition at line 286 of file pugixml.hpp.
typedef It pugi::xml_object_range< It >::const_iterator |
Definition at line 289 of file pugixml.hpp.
typedef It pugi::xml_object_range< It >::iterator |
Definition at line 290 of file pugixml.hpp.
|
inline |
Definition at line 292 of file pugixml.hpp.
|
inline |
Definition at line 296 of file pugixml.hpp.
References pugi::xml_object_range< It >::_begin.
|
inline |
Definition at line 297 of file pugixml.hpp.
References pugi::xml_object_range< It >::_end.
|
private |
Definition at line 300 of file pugixml.hpp.
Referenced by pugi::xml_object_range< It >::begin().
|
private |
Definition at line 300 of file pugixml.hpp.
Referenced by pugi::xml_object_range< It >::end().