#include <_static/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 |
Definition at line 1330 of file pugixml.hpp.
typedef const xpath_node* pugi::xpath_node_set::const_iterator |
Definition at line 1342 of file pugixml.hpp.
typedef const xpath_node* pugi::xpath_node_set::iterator |
Definition at line 1345 of file pugixml.hpp.
Enumerator | |
---|---|
type_unsorted | |
type_sorted | |
type_sorted_reverse |
Definition at line 1334 of file pugixml.hpp.
PUGI__FN pugi::xpath_node_set::xpath_node_set | ( | ) |
Definition at line 12137 of file pugixml.cpp.
PUGI__FN pugi::xpath_node_set::xpath_node_set | ( | const_iterator | begin, |
const_iterator | end, | ||
type_t | type = type_unsorted |
||
) |
Definition at line 12141 of file pugixml.cpp.
References _assign().
PUGI__FN pugi::xpath_node_set::~xpath_node_set | ( | ) |
Definition at line 12146 of file pugixml.cpp.
PUGI__FN pugi::xpath_node_set::xpath_node_set | ( | const xpath_node_set & | ns | ) |
|
private |
Definition at line 12092 of file pugixml.cpp.
References _begin, _end, _storage, and _type.
Referenced by operator=(), and xpath_node_set().
|
private |
PUGI__FN xpath_node_set::const_iterator pugi::xpath_node_set::begin | ( | ) | const |
Definition at line 12206 of file pugixml.cpp.
References _begin.
Referenced by uhal::ConnectionManager::CallBack().
PUGI__FN bool pugi::xpath_node_set::empty | ( | ) | const |
Definition at line 12195 of file pugixml.cpp.
PUGI__FN xpath_node_set::const_iterator pugi::xpath_node_set::end | ( | ) | const |
Definition at line 12211 of file pugixml.cpp.
References _end.
Referenced by uhal::ConnectionManager::CallBack().
PUGI__FN xpath_node pugi::xpath_node_set::first | ( | ) | const |
Definition at line 12221 of file pugixml.cpp.
References _begin, _end, _type, and xpath_first().
PUGI__FN xpath_node_set & pugi::xpath_node_set::operator= | ( | const xpath_node_set & | ns | ) |
PUGI__FN const xpath_node & pugi::xpath_node_set::operator[] | ( | size_t | index | ) | const |
Definition at line 12200 of file pugixml.cpp.
PUGI__FN size_t pugi::xpath_node_set::size | ( | ) | const |
Definition at line 12190 of file pugixml.cpp.
Referenced by operator[]().
PUGI__FN void pugi::xpath_node_set::sort | ( | bool | reverse = false | ) |
Definition at line 12216 of file pugixml.cpp.
References _begin, _end, _type, reverse(), and xpath_sort().
PUGI__FN xpath_node_set::type_t pugi::xpath_node_set::type | ( | ) | const |
Definition at line 12185 of file pugixml.cpp.
References _type.
|
private |
Definition at line 1393 of file pugixml.hpp.
Referenced by _assign(), begin(), empty(), first(), operator=(), operator[](), size(), sort(), xpath_node_set(), and ~xpath_node_set().
|
private |
Definition at line 1394 of file pugixml.hpp.
Referenced by _assign(), empty(), end(), first(), operator=(), size(), sort(), and xpath_node_set().
|
private |
Definition at line 1391 of file pugixml.hpp.
Referenced by _assign(), and ~xpath_node_set().
|
private |
Definition at line 1389 of file pugixml.hpp.
Referenced by _assign(), first(), operator=(), sort(), type(), and xpath_node_set().