#include <pugixml.hpp>
Public Types | |
| typedef It | const_iterator |
Public Member Functions | |
| xml_object_range (It b, It e) | |
| It | begin () const |
| It | end () const |
Definition at line 214 of file pugixml.hpp.
| typedef It pugi::xml_object_range< It >::const_iterator |
Definition at line 217 of file pugixml.hpp.
| pugi::xml_object_range< It >::xml_object_range | ( | It | b, | |
| It | e | |||
| ) | [inline] |
Definition at line 219 of file pugixml.hpp.
| It pugi::xml_object_range< It >::begin | ( | ) | const [inline] |
Definition at line 222 of file pugixml.hpp.
| It pugi::xml_object_range< It >::end | ( | ) | const [inline] |
Definition at line 225 of file pugixml.hpp.
1.5.9