#include <ogdf/lib/pugixml/pugixml.h>
Public Types | |
using | difference_type = ptrdiff_t |
using | iterator_category = std::bidirectional_iterator_tag |
using | pointer = xml_attribute * |
using | reference = xml_attribute & |
using | value_type = xml_attribute |
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 |
xml_attribute & | operator* () const |
const xml_attribute_iterator & | operator++ () |
xml_attribute_iterator | operator++ (int) |
const xml_attribute_iterator & | operator-- () |
xml_attribute_iterator | operator-- (int) |
xml_attribute * | operator-> () const |
bool | operator== (const xml_attribute_iterator &rhs) const |
Private Member Functions | |
xml_attribute_iterator (xml_attribute_struct *ref, xml_node_struct *parent) | |
Private Attributes | |
xml_node | _parent |
xml_attribute | _wrap |
Friends | |
class | xml_node |
using pugi::xml_attribute_iterator::iterator_category = std::bidirectional_iterator_tag |
|
private |
pugi::xml_attribute_iterator::xml_attribute_iterator | ( | ) |
pugi::xml_attribute_iterator::xml_attribute_iterator | ( | const xml_attribute & | attr, |
const xml_node & | parent | ||
) |
bool pugi::xml_attribute_iterator::operator!= | ( | const xml_attribute_iterator & | rhs | ) | const |
xml_attribute & pugi::xml_attribute_iterator::operator* | ( | ) | 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 |
|
mutableprivate |