Public Member Functions | |
xpath_stack_data () | |
~xpath_stack_data () | |
Public Attributes | |
xpath_memory_block | blocks [2] |
bool | oom |
xpath_allocator | result |
xpath_stack | stack |
xpath_allocator | temp |
Definition at line 7649 of file pugixml.cpp.
|
inline |
Definition at line 7657 of file pugixml.cpp.
References xpath_memory_block::capacity, xpath_memory_block::data, xpath_memory_block::next, xpath_stack::result, and xpath_stack::temp.
|
inline |
Definition at line 7666 of file pugixml.cpp.
References PUGI__NS_BEGIN, PUGI__NS_END, and xpath_allocator::release().
xpath_memory_block xpath_stack_data::blocks[2] |
Definition at line 7651 of file pugixml.cpp.
bool xpath_stack_data::oom |
Definition at line 7655 of file pugixml.cpp.
xpath_allocator xpath_stack_data::result |
Definition at line 7652 of file pugixml.cpp.
xpath_stack xpath_stack_data::stack |
Definition at line 7654 of file pugixml.cpp.
xpath_allocator xpath_stack_data::temp |
Definition at line 7653 of file pugixml.cpp.