|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Types | |
| enum | type_t { type_unsorted , type_sorted , type_sorted_reverse } |
| typedef const xpath_node * | const_iterator |
| typedef const xpath_node * | iterator |
Public Member Functions | |
| xpath_node_set () | |
| xpath_node_set (const_iterator begin, const_iterator end, type_t type=type_unsorted) | |
| ~xpath_node_set () | |
| xpath_node_set (const xpath_node_set &ns) | |
| xpath_node_set & | operator= (const xpath_node_set &ns) |
| type_t | type () const |
| size_t | size () const |
| const xpath_node & | operator[] (size_t index) const |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | sort (bool reverse=false) |
| xpath_node | first () const |
| bool | empty () const |
Definition at line 1359 of file pugixml.hpp.
| typedef const xpath_node* pugi::xpath_node_set::const_iterator |
Definition at line 1371 of file pugixml.hpp.
| typedef const xpath_node* pugi::xpath_node_set::iterator |
Definition at line 1374 of file pugixml.hpp.
| Enumerator | |
|---|---|
| type_unsorted | |
| type_sorted | |
| type_sorted_reverse | |
Definition at line 1363 of file pugixml.hpp.
| PUGI__FN pugi::xpath_node_set::xpath_node_set | ( | ) |
Definition at line 12430 of file pugixml.cc.
Referenced by operator=(), and xpath_node_set().
| PUGI__FN pugi::xpath_node_set::xpath_node_set | ( | const_iterator | begin, |
| const_iterator | end, | ||
| type_t | type = type_unsorted ) |
Definition at line 12434 of file pugixml.cc.
| PUGI__FN pugi::xpath_node_set::~xpath_node_set | ( | ) |
Definition at line 12439 of file pugixml.cc.
| PUGI__FN pugi::xpath_node_set::xpath_node_set | ( | const xpath_node_set & | ns | ) |
Definition at line 12445 of file pugixml.cc.
| PUGI__FN xpath_node_set::const_iterator pugi::xpath_node_set::begin | ( | ) | const |
Definition at line 12499 of file pugixml.cc.
| PUGI__FN bool pugi::xpath_node_set::empty | ( | ) | const |
Definition at line 12488 of file pugixml.cc.
| PUGI__FN xpath_node_set::const_iterator pugi::xpath_node_set::end | ( | ) | const |
Definition at line 12504 of file pugixml.cc.
| PUGI__FN xpath_node pugi::xpath_node_set::first | ( | ) | const |
Definition at line 12514 of file pugixml.cc.
| PUGI__FN xpath_node_set & pugi::xpath_node_set::operator= | ( | const xpath_node_set & | ns | ) |
| PUGI__FN const xpath_node & pugi::xpath_node_set::operator[] | ( | size_t | index | ) | const |
Definition at line 12493 of file pugixml.cc.
| PUGI__FN size_t pugi::xpath_node_set::size | ( | ) | const |
Definition at line 12483 of file pugixml.cc.
Referenced by operator[]().
| PUGI__FN void pugi::xpath_node_set::sort | ( | bool | reverse = false | ) |
Definition at line 12509 of file pugixml.cc.
| PUGI__FN xpath_node_set::type_t pugi::xpath_node_set::type | ( | ) | const |
Definition at line 12478 of file pugixml.cc.