Public Member Functions | |
xpath_stack_data () | |
~xpath_stack_data () | |
Public Attributes | |
xpath_memory_block | blocks [2] |
xpath_allocator | result |
xpath_allocator | temp |
xpath_stack | stack |
bool | oom |
Definition at line 7697 of file pugixml.cpp.
|
inline |
Definition at line 7705 of file pugixml.cpp.
References blocks, xpath_memory_block::capacity, xpath_memory_block::data, xpath_memory_block::next, xpath_stack::result, result, stack, xpath_stack::temp, and temp.
|
inline |
Definition at line 7714 of file pugixml.cpp.
References xpath_allocator::release(), result, and temp.
xpath_memory_block xpath_stack_data::blocks[2] |
Definition at line 7699 of file pugixml.cpp.
Referenced by xpath_stack_data().
bool xpath_stack_data::oom |
Definition at line 7703 of file pugixml.cpp.
xpath_allocator xpath_stack_data::result |
Definition at line 7700 of file pugixml.cpp.
Referenced by xpath_stack_data(), and ~xpath_stack_data().
xpath_stack xpath_stack_data::stack |
Definition at line 7702 of file pugixml.cpp.
Referenced by xpath_stack_data().
xpath_allocator xpath_stack_data::temp |
Definition at line 7701 of file pugixml.cpp.
Referenced by xpath_stack_data(), and ~xpath_stack_data().