成员的完整列表,这些成员属于 xpath_ast_node,包括所有继承而来的类成员
_axis | xpath_ast_node | private |
_data | xpath_ast_node | private |
_left | xpath_ast_node | private |
_next | xpath_ast_node | private |
_rettype | xpath_ast_node | private |
_right | xpath_ast_node | private |
_test | xpath_ast_node | private |
_type | xpath_ast_node | private |
apply_predicate(xpath_node_set_raw &ns, size_t first, const xpath_stack &stack, bool once) | xpath_ast_node | inlineprivate |
apply_predicate_boolean(xpath_node_set_raw &ns, size_t first, xpath_ast_node *expr, const xpath_stack &stack, bool once) | xpath_ast_node | inlineprivatestatic |
apply_predicate_number(xpath_node_set_raw &ns, size_t first, xpath_ast_node *expr, const xpath_stack &stack, bool once) | xpath_ast_node | inlineprivatestatic |
apply_predicate_number_const(xpath_node_set_raw &ns, size_t first, xpath_ast_node *expr, const xpath_stack &stack) | xpath_ast_node | inlineprivatestatic |
apply_predicates(xpath_node_set_raw &ns, size_t first, const xpath_stack &stack, nodeset_eval_t eval) | xpath_ast_node | inlineprivate |
compare_eq(xpath_ast_node *lhs, xpath_ast_node *rhs, const xpath_context &c, const xpath_stack &stack, const Comp &comp) | xpath_ast_node | inlineprivatestatic |
compare_rel(xpath_ast_node *lhs, xpath_ast_node *rhs, const xpath_context &c, const xpath_stack &stack, const Comp &comp) | xpath_ast_node | inlineprivatestatic |
eval_boolean(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
eval_node_set(const xpath_context &c, const xpath_stack &stack, nodeset_eval_t eval) | xpath_ast_node | inline |
eval_number(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
eval_once(xpath_node_set::type_t type, nodeset_eval_t eval) | xpath_ast_node | inlineprivatestatic |
eval_string(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
eval_string_concat(const xpath_context &c, const xpath_stack &stack) | xpath_ast_node | inline |
is_posinv_expr() const | xpath_ast_node | inline |
is_posinv_step() const | xpath_ast_node | inline |
nodetest | xpath_ast_node | |
number | xpath_ast_node | |
operator=(const xpath_ast_node &) | xpath_ast_node | private |
optimize(xpath_allocator *alloc) | xpath_ast_node | inline |
optimize_self(xpath_allocator *alloc) | xpath_ast_node | inline |
rettype() const | xpath_ast_node | inline |
set_next(xpath_ast_node *value) | xpath_ast_node | inline |
set_right(xpath_ast_node *value) | xpath_ast_node | inline |
step_do(const xpath_context &c, const xpath_stack &stack, nodeset_eval_t eval, T v) | xpath_ast_node | inlineprivate |
step_fill(xpath_node_set_raw &ns, xml_node_struct *n, xpath_allocator *alloc, bool once, T) | xpath_ast_node | inlineprivate |
step_fill(xpath_node_set_raw &ns, xml_attribute_struct *a, xml_node_struct *p, xpath_allocator *alloc, bool once, T v) | xpath_ast_node | inlineprivate |
step_fill(xpath_node_set_raw &ns, const xpath_node &xn, xpath_allocator *alloc, bool once, T v) | xpath_ast_node | inlineprivate |
step_push(xpath_node_set_raw &ns, xml_attribute_struct *a, xml_node_struct *parent, xpath_allocator *alloc) | xpath_ast_node | inlineprivate |
step_push(xpath_node_set_raw &ns, xml_node_struct *n, xpath_allocator *alloc) | xpath_ast_node | inlineprivate |
string | xpath_ast_node | |
table | xpath_ast_node | |
variable | xpath_ast_node | |
xpath_ast_node(const xpath_ast_node &) | xpath_ast_node | private |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, const char_t *value) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, double value) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, xpath_variable *value) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, xpath_ast_node *left=0, xpath_ast_node *right=0) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_ast_node *left, axis_t axis, nodetest_t test, const char_t *contents) | xpath_ast_node | inline |
xpath_ast_node(ast_type_t type, xpath_ast_node *left, xpath_ast_node *right, predicate_t test) | xpath_ast_node | inline |