Public Member Functions | |
xpath_query_impl () | |
Static Public Member Functions | |
static xpath_query_impl * | create () |
static void | destroy (xpath_query_impl *impl) |
Public Attributes | |
xpath_ast_node * | root |
xpath_allocator | alloc |
xpath_memory_block | block |
bool | oom |
Definition at line 11959 of file pugixml.cpp.
|
inline |
Definition at line 11978 of file pugixml.cpp.
References block, xpath_memory_block::capacity, xpath_memory_block::data, and xpath_memory_block::next.
Referenced by create().
|
inlinestatic |
Definition at line 11961 of file pugixml.cpp.
References xml_memory_management_function_storage< T >::allocate, and xpath_query_impl().
|
inlinestatic |
Definition at line 11969 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 11985 of file pugixml.cpp.
Referenced by destroy().
xpath_memory_block xpath_query_impl::block |
Definition at line 11986 of file pugixml.cpp.
Referenced by xpath_query_impl().
bool xpath_query_impl::oom |
Definition at line 11987 of file pugixml.cpp.
xpath_ast_node* xpath_query_impl::root |
Definition at line 11984 of file pugixml.cpp.
Referenced by evaluate_node_set_prepare().