ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Public Member Functions | |
xpath_query_impl () | |
Static Public Member Functions | |
static xpath_query_impl * | create () |
static void | destroy (void *ptr) |
Public Attributes | |
xpath_ast_node * | root |
xpath_allocator | alloc |
xpath_memory_block | block |
Definition at line 10548 of file pugixml.cpp.
|
inline |
Definition at line 10569 of file pugixml.cpp.
References block, and xpath_memory_block::next.
Referenced by create().
|
inlinestatic |
Definition at line 10550 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::allocate, and xpath_query_impl().
|
inlinestatic |
Definition at line 10557 of file pugixml.cpp.
References alloc, xml_memory_management_function_storage< T >::deallocate, and xpath_allocator::release().
xpath_allocator xpath_query_impl::alloc |
Definition at line 10572 of file pugixml.cpp.
Referenced by destroy().
xpath_memory_block xpath_query_impl::block |
Definition at line 10573 of file pugixml.cpp.
Referenced by xpath_query_impl().
xpath_ast_node* xpath_query_impl::root |
Definition at line 10571 of file pugixml.cpp.
Referenced by evaluate_string_impl().