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