|
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_attribute | value_type |
| typedef xml_attribute * | pointer |
| typedef xml_attribute & | reference |
| typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| xml_attribute_iterator () | |
| xml_attribute_iterator (const xml_attribute &attr, const xml_node &parent) | |
| bool | operator== (const xml_attribute_iterator &rhs) const |
| bool | operator!= (const xml_attribute_iterator &rhs) const |
| xml_attribute & | operator* () const |
| xml_attribute * | operator-> () const |
| xml_attribute_iterator & | operator++ () |
| xml_attribute_iterator | operator++ (int) |
| xml_attribute_iterator & | operator-- () |
| xml_attribute_iterator | operator-- (int) |
Friends | |
| class | xml_node |
Definition at line 869 of file pugixml.hpp.
| typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type |
Definition at line 881 of file pugixml.hpp.
| typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category |
Definition at line 887 of file pugixml.hpp.
Definition at line 883 of file pugixml.hpp.
Definition at line 884 of file pugixml.hpp.
Definition at line 882 of file pugixml.hpp.
| PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
Definition at line 6897 of file pugixml.cc.
| PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator | ( | const xml_attribute & | attr, |
| const xml_node & | parent ) |
Definition at line 6901 of file pugixml.cc.
| PUGI__FN bool pugi::xml_attribute_iterator::operator!= | ( | const xml_attribute_iterator & | rhs | ) | const |
Definition at line 6914 of file pugixml.cc.
| PUGI__FN xml_attribute & pugi::xml_attribute_iterator::operator* | ( | ) | const |
Definition at line 6919 of file pugixml.cc.
| PUGI__FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ | ( | ) |
Definition at line 6931 of file pugixml.cc.
| PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ | ( | int | ) |
Definition at line 6938 of file pugixml.cc.
| PUGI__FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- | ( | ) |
Definition at line 6945 of file pugixml.cc.
| PUGI__FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- | ( | int | ) |
Definition at line 6951 of file pugixml.cc.
| PUGI__FN xml_attribute * pugi::xml_attribute_iterator::operator-> | ( | ) | const |
Definition at line 6925 of file pugixml.cc.
| PUGI__FN bool pugi::xml_attribute_iterator::operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
Definition at line 6909 of file pugixml.cc.
|
friend |
Definition at line 871 of file pugixml.hpp.
Referenced by xml_attribute_iterator(), and xml_node.