|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <pugixml.hpp>
Public Types | |
| typedef ptrdiff_t | difference_type |
| typedef xml_node | value_type |
| typedef xml_node * | pointer |
| typedef xml_node & | reference |
| typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| xml_named_node_iterator () | |
| xml_named_node_iterator (const xml_node &node, const char_t *name) | |
| bool | operator== (const xml_named_node_iterator &rhs) const |
| bool | operator!= (const xml_named_node_iterator &rhs) const |
| xml_node & | operator* () const |
| xml_node * | operator-> () const |
| xml_named_node_iterator & | operator++ () |
| xml_named_node_iterator | operator++ (int) |
| xml_named_node_iterator & | operator-- () |
| xml_named_node_iterator | operator-- (int) |
Friends | |
| class | xml_node |
Definition at line 911 of file pugixml.hpp.
| typedef ptrdiff_t pugi::xml_named_node_iterator::difference_type |
Definition at line 917 of file pugixml.hpp.
| typedef std::bidirectional_iterator_tag pugi::xml_named_node_iterator::iterator_category |
Definition at line 923 of file pugixml.hpp.
Definition at line 919 of file pugixml.hpp.
Definition at line 920 of file pugixml.hpp.
Definition at line 918 of file pugixml.hpp.
| PUGI__FN pugi::xml_named_node_iterator::xml_named_node_iterator | ( | ) |
Definition at line 6958 of file pugixml.cc.
Referenced by operator!=(), operator++(), operator++(), operator--(), operator--(), and operator==().
| PUGI__FN pugi::xml_named_node_iterator::xml_named_node_iterator | ( | const xml_node & | node, |
| const char_t * | name ) |
Definition at line 6962 of file pugixml.cc.
| PUGI__FN bool pugi::xml_named_node_iterator::operator!= | ( | const xml_named_node_iterator & | rhs | ) | const |
Definition at line 6975 of file pugixml.cc.
Definition at line 6980 of file pugixml.cc.
| PUGI__FN xml_named_node_iterator & pugi::xml_named_node_iterator::operator++ | ( | ) |
Definition at line 6992 of file pugixml.cc.
| PUGI__FN xml_named_node_iterator pugi::xml_named_node_iterator::operator++ | ( | int | ) |
Definition at line 6999 of file pugixml.cc.
| PUGI__FN xml_named_node_iterator & pugi::xml_named_node_iterator::operator-- | ( | ) |
Definition at line 7006 of file pugixml.cc.
| PUGI__FN xml_named_node_iterator pugi::xml_named_node_iterator::operator-- | ( | int | ) |
Definition at line 7021 of file pugixml.cc.
Definition at line 6986 of file pugixml.cc.
| PUGI__FN bool pugi::xml_named_node_iterator::operator== | ( | const xml_named_node_iterator & | rhs | ) | const |
Definition at line 6970 of file pugixml.cc.
|
friend |
Definition at line 913 of file pugixml.hpp.
Referenced by operator*(), operator->(), xml_named_node_iterator(), and xml_node.