#include <ogdf/lib/pugixml/pugixml.h>
Public Types | |
using | const_iterator = const xpath_node * |
using | iterator = const xpath_node * |
enum | type_t { type_unsorted , type_sorted , type_sorted_reverse } |
Public Member Functions | |
xpath_node_set () | |
xpath_node_set (const xpath_node_set &ns) | |
xpath_node_set (const_iterator begin, const_iterator end, type_t type=type_unsorted) | |
~xpath_node_set () | |
const_iterator | begin () const |
bool | empty () const |
const_iterator | end () const |
xpath_node | first () const |
xpath_node_set & | operator= (const xpath_node_set &ns) |
const xpath_node & | operator[] (size_t index) const |
size_t | size () const |
void | sort (bool reverse=false) |
type_t | type () const |
Private Member Functions | |
void | _assign (const_iterator begin, const_iterator end, type_t type) |
void | _move (xpath_node_set &rhs) |
Private Attributes | |
xpath_node * | _begin |
xpath_node * | _end |
xpath_node | _storage |
type_t | _type |
pugi::xpath_node_set::xpath_node_set | ( | ) |
pugi::xpath_node_set::xpath_node_set | ( | const_iterator | begin, |
const_iterator | end, | ||
type_t | type = type_unsorted |
||
) |
pugi::xpath_node_set::~xpath_node_set | ( | ) |
pugi::xpath_node_set::xpath_node_set | ( | const xpath_node_set & | ns | ) |
|
private |
|
private |
const_iterator pugi::xpath_node_set::begin | ( | ) | const |
bool pugi::xpath_node_set::empty | ( | ) | const |
const_iterator pugi::xpath_node_set::end | ( | ) | const |
xpath_node pugi::xpath_node_set::first | ( | ) | const |
xpath_node_set & pugi::xpath_node_set::operator= | ( | const xpath_node_set & | ns | ) |
const xpath_node & pugi::xpath_node_set::operator[] | ( | size_t | index | ) | const |
size_t pugi::xpath_node_set::size | ( | ) | const |
type_t pugi::xpath_node_set::type | ( | ) | const |
|
private |
|
private |
|
private |