#include <ogdf/lib/pugixml/pugixml.h>
Definition at line 825 of file pugixml.h.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ xml_named_node_iterator() [1/3]
pugi::xml_named_node_iterator::xml_named_node_iterator |
( |
| ) |
|
◆ xml_named_node_iterator() [2/3]
pugi::xml_named_node_iterator::xml_named_node_iterator |
( |
const xml_node & |
node, |
|
|
const char_t * |
name |
|
) |
| |
◆ xml_named_node_iterator() [3/3]
pugi::xml_named_node_iterator::xml_named_node_iterator |
( |
xml_node_struct * |
ref, |
|
|
xml_node_struct * |
parent, |
|
|
const char_t * |
name |
|
) |
| |
|
private |
◆ operator!=()
◆ operator*()
xml_node& pugi::xml_named_node_iterator::operator* |
( |
| ) |
const |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator->()
xml_node* pugi::xml_named_node_iterator::operator-> |
( |
| ) |
const |
◆ operator==()
◆ xml_node
◆ _name
const char_t* pugi::xml_named_node_iterator::_name |
|
private |
◆ _parent
xml_node pugi::xml_named_node_iterator::_parent |
|
private |
◆ _wrap
xml_node pugi::xml_named_node_iterator::_wrap |
|
mutableprivate |
The documentation for this class was generated from the following file: