ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
#include <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 238 of file pugixml.hpp.
typedef It pugi::xml_object_range< It >::const_iterator |
Definition at line 241 of file pugixml.hpp.
typedef It pugi::xml_object_range< It >::iterator |
Definition at line 242 of file pugixml.hpp.
|
inline |
Definition at line 244 of file pugixml.hpp.
|
inline |
Definition at line 248 of file pugixml.hpp.
References pugi::xml_object_range< It >::_begin.
|
inline |
Definition at line 249 of file pugixml.hpp.
References pugi::xml_object_range< It >::_end.
|
private |
Definition at line 252 of file pugixml.hpp.
Referenced by pugi::xml_object_range< It >::begin().
|
private |
Definition at line 252 of file pugixml.hpp.
Referenced by pugi::xml_object_range< It >::end().