ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
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 |
Definition at line 6720 of file pugixml.cpp.
|
inline |
Definition at line 6731 of file pugixml.cpp.
References blocks, xpath_memory_block::next, xpath_stack::result, result, stack, xpath_stack::temp, and temp.
|
inline |
Definition at line 6743 of file pugixml.cpp.
References xpath_allocator::release(), result, and temp.
xpath_memory_block xpath_stack_data::blocks[2] |
Definition at line 6722 of file pugixml.cpp.
Referenced by xpath_stack_data().
xpath_allocator xpath_stack_data::result |
Definition at line 6723 of file pugixml.cpp.
Referenced by xpath_stack_data(), and ~xpath_stack_data().
xpath_stack xpath_stack_data::stack |
Definition at line 6725 of file pugixml.cpp.
Referenced by evaluate_string_impl(), and xpath_stack_data().
xpath_allocator xpath_stack_data::temp |
Definition at line 6724 of file pugixml.cpp.
Referenced by xpath_stack_data(), and ~xpath_stack_data().