|
arsa
2.7
|
#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 |
| const xml_attribute_iterator & | operator++ () |
| xml_attribute_iterator | operator++ (int) |
| const xml_attribute_iterator & | operator-- () |
| xml_attribute_iterator | operator-- (int) |
Friends | |
| class | xml_node |
Definition at line 833 of file pugixml.hpp.
| typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type |
Definition at line 845 of file pugixml.hpp.
| typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category |
Definition at line 851 of file pugixml.hpp.
Definition at line 847 of file pugixml.hpp.
Definition at line 848 of file pugixml.hpp.
Definition at line 846 of file pugixml.hpp.
| pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
| pugi::xml_attribute_iterator::xml_attribute_iterator | ( | const xml_attribute & | attr, |
| const xml_node & | parent | ||
| ) |
| xml_attribute& pugi::xml_attribute_iterator::operator * | ( | ) | const |
| bool pugi::xml_attribute_iterator::operator!= | ( | const xml_attribute_iterator & | rhs | ) | const |
| const xml_attribute_iterator& pugi::xml_attribute_iterator::operator++ | ( | ) |
| xml_attribute_iterator pugi::xml_attribute_iterator::operator++ | ( | int | ) |
| const xml_attribute_iterator& pugi::xml_attribute_iterator::operator-- | ( | ) |
| xml_attribute_iterator pugi::xml_attribute_iterator::operator-- | ( | int | ) |
| xml_attribute* pugi::xml_attribute_iterator::operator-> | ( | ) | const |
| bool pugi::xml_attribute_iterator::operator== | ( | const xml_attribute_iterator & | rhs | ) | const |
|
friend |
Definition at line 835 of file pugixml.hpp.
1.8.15