#include <_static/pugixml.hpp>
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 |
Private Attributes | |
It | _begin |
It | _end |
Definition at line 290 of file pugixml.hpp.
typedef It pugi::xml_object_range< It >::const_iterator |
Definition at line 293 of file pugixml.hpp.
typedef It pugi::xml_object_range< It >::iterator |
Definition at line 294 of file pugixml.hpp.
|
inline |
Definition at line 296 of file pugixml.hpp.
|
inline |
Definition at line 300 of file pugixml.hpp.
References pugi::xml_object_range< It >::_begin.
|
inline |
Definition at line 301 of file pugixml.hpp.
References pugi::xml_object_range< It >::_end.
|
private |
Definition at line 304 of file pugixml.hpp.
Referenced by pugi::xml_object_range< It >::begin().
|
private |
Definition at line 304 of file pugixml.hpp.
Referenced by pugi::xml_object_range< It >::end().