Public Member Functions | |
xpath_node_set_raw () | |
xpath_node * | begin () const |
xpath_node * | end () const |
bool | empty () const |
size_t | size () const |
xpath_node | first () const |
void | push_back_grow (const xpath_node &node, xpath_allocator *alloc) |
void | push_back (const xpath_node &node, xpath_allocator *alloc) |
void | append (const xpath_node *begin_, const xpath_node *end_, xpath_allocator *alloc) |
void | sort_do () |
void | truncate (xpath_node *pos) |
void | remove_duplicates (xpath_allocator *alloc) |
xpath_node_set::type_t | type () const |
void | set_type (xpath_node_set::type_t value) |
Private Attributes | |
xpath_node_set::type_t | _type |
xpath_node * | _begin |
xpath_node * | _end |
xpath_node * | _eos |
Definition at line 8813 of file pugixml.cpp.
|
inline |
Definition at line 8822 of file pugixml.cpp.
|
inline |
Definition at line 8861 of file pugixml.cpp.
References _begin, _end, _eos, and xpath_allocator::reallocate().
Referenced by xpath_ast_node::eval_node_set().
|
inline |
Definition at line 8826 of file pugixml.cpp.
References _begin.
Referenced by xpath_ast_node::apply_predicate_boolean(), xpath_ast_node::apply_predicate_number(), xpath_ast_node::apply_predicate_number_const(), xpath_ast_node::compare_eq(), xpath_ast_node::compare_rel(), xpath_ast_node::eval_node_set(), xpath_ast_node::eval_number(), and xpath_ast_node::step_do().
|
inline |
Definition at line 8836 of file pugixml.cpp.
Referenced by xpath_ast_node::eval_boolean(), and xpath_ast_node::eval_string().
|
inline |
Definition at line 8831 of file pugixml.cpp.
References _end.
Referenced by xpath_ast_node::apply_predicate_boolean(), xpath_ast_node::apply_predicate_number(), xpath_ast_node::compare_eq(), xpath_ast_node::compare_rel(), xpath_ast_node::eval_node_set(), xpath_ast_node::eval_number(), and xpath_ast_node::step_do().
|
inline |
Definition at line 8846 of file pugixml.cpp.
References _begin, _end, _type, and xpath_first().
Referenced by xpath_ast_node::eval_string().
|
inline |
Definition at line 8853 of file pugixml.cpp.
References _end, _eos, and push_back_grow().
Referenced by xpath_ast_node::eval_node_set(), and xpath_ast_node::step_push().
PUGI__FN_NO_INLINE void xpath_node_set_raw::push_back_grow | ( | const xpath_node & | node, |
xpath_allocator * | alloc | ||
) |
Definition at line 8946 of file pugixml.cpp.
References _begin, _end, _eos, and xpath_allocator::reallocate().
Referenced by push_back().
|
inline |
Definition at line 8897 of file pugixml.cpp.
References _begin, _end, _type, xpath_allocator::allocate(), hash_insert(), unique(), and uhal::tests::write().
Referenced by xpath_ast_node::eval_node_set(), and xpath_ast_node::step_do().
|
inline |
Definition at line 8940 of file pugixml.cpp.
References _type.
Referenced by xpath_ast_node::eval_node_set(), and xpath_ast_node::step_do().
|
inline |
Definition at line 8841 of file pugixml.cpp.
Referenced by xpath_ast_node::apply_predicate(), xpath_ast_node::apply_predicate_boolean(), xpath_ast_node::apply_predicate_number(), xpath_ast_node::apply_predicate_number_const(), xpath_ast_node::apply_predicates(), xpath_ast_node::eval_number(), and xpath_ast_node::step_do().
|
inline |
Definition at line 8885 of file pugixml.cpp.
References _begin, _end, _type, and xpath_sort().
Referenced by xpath_ast_node::eval_node_set().
|
inline |
Definition at line 8890 of file pugixml.cpp.
Referenced by xpath_ast_node::apply_predicate_boolean(), xpath_ast_node::apply_predicate_number(), and xpath_ast_node::apply_predicate_number_const().
|
inline |
Definition at line 8935 of file pugixml.cpp.
References _type.
Referenced by xpath_ast_node::apply_predicates(), xpath_ast_node::eval_node_set(), and xpath_ast_node::step_do().
|
private |
Definition at line 8817 of file pugixml.cpp.
Referenced by append(), begin(), empty(), first(), push_back_grow(), remove_duplicates(), size(), sort_do(), and truncate().
|
private |
Definition at line 8818 of file pugixml.cpp.
Referenced by append(), empty(), end(), first(), push_back(), push_back_grow(), remove_duplicates(), size(), sort_do(), and truncate().
|
private |
Definition at line 8819 of file pugixml.cpp.
Referenced by append(), push_back(), and push_back_grow().
|
private |
Definition at line 8815 of file pugixml.cpp.
Referenced by first(), remove_duplicates(), set_type(), sort_do(), and type().