ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
xpath_ast_node Member List

This is the complete list of members for xpath_ast_node, including all inherited members.

_axisxpath_ast_nodeprivate
_dataxpath_ast_nodeprivate
_leftxpath_ast_nodeprivate
_nextxpath_ast_nodeprivate
_rettypexpath_ast_nodeprivate
_rightxpath_ast_nodeprivate
_testxpath_ast_nodeprivate
_typexpath_ast_nodeprivate
apply_predicate(xpath_node_set_raw &ns, size_t first, xpath_ast_node *expr, const xpath_stack &stack)xpath_ast_nodeinlineprivate
apply_predicates(xpath_node_set_raw &ns, size_t first, const xpath_stack &stack)xpath_ast_nodeinlineprivate
compare_eq(xpath_ast_node *lhs, xpath_ast_node *rhs, const xpath_context &c, const xpath_stack &stack, const Comp &comp)xpath_ast_nodeinlineprivatestatic
compare_rel(xpath_ast_node *lhs, xpath_ast_node *rhs, const xpath_context &c, const xpath_stack &stack, const Comp &comp)xpath_ast_nodeinlineprivatestatic
eval_boolean(const xpath_context &c, const xpath_stack &stack)xpath_ast_nodeinline
eval_node_set(const xpath_context &c, const xpath_stack &stack)xpath_ast_nodeinline
eval_number(const xpath_context &c, const xpath_stack &stack)xpath_ast_nodeinline
eval_string(const xpath_context &c, const xpath_stack &stack)xpath_ast_nodeinline
eval_string_concat(const xpath_context &c, const xpath_stack &stack)xpath_ast_nodeinline
is_posinv()xpath_ast_nodeinline
nodetestxpath_ast_node
numberxpath_ast_node
operator=(const xpath_ast_node &)xpath_ast_nodeprivate
rettype() constxpath_ast_nodeinline
set_next(xpath_ast_node *value)xpath_ast_nodeinline
set_right(xpath_ast_node *value)xpath_ast_nodeinline
step_do(const xpath_context &c, const xpath_stack &stack, T v)xpath_ast_nodeinlineprivate
step_fill(xpath_node_set_raw &ns, const xml_node &n, xpath_allocator *alloc, T)xpath_ast_nodeinlineprivate
step_fill(xpath_node_set_raw &ns, const xml_attribute &a, const xml_node &p, xpath_allocator *alloc, T v)xpath_ast_nodeinlineprivate
step_push(xpath_node_set_raw &ns, const xml_attribute &a, const xml_node &parent, xpath_allocator *alloc)xpath_ast_nodeinlineprivate
step_push(xpath_node_set_raw &ns, const xml_node &n, xpath_allocator *alloc)xpath_ast_nodeinlineprivate
stringxpath_ast_node
variablexpath_ast_node
xpath_ast_node(const xpath_ast_node &)xpath_ast_nodeprivate
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, const char_t *value)xpath_ast_nodeinline
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, double value)xpath_ast_nodeinline
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, xpath_variable *value)xpath_ast_nodeinline
xpath_ast_node(ast_type_t type, xpath_value_type rettype_, xpath_ast_node *left=0, xpath_ast_node *right=0)xpath_ast_nodeinline
xpath_ast_node(ast_type_t type, xpath_ast_node *left, axis_t axis, nodetest_t test, const char_t *contents)xpath_ast_nodeinline