ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | Public Attributes | List of all members
xpath_stack_data Struct Reference
Collaboration diagram for xpath_stack_data:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 6720 of file pugixml.cpp.

Constructor & Destructor Documentation

◆ xpath_stack_data()

xpath_stack_data::xpath_stack_data ( )
inline

◆ ~xpath_stack_data()

xpath_stack_data::~xpath_stack_data ( )
inline

Definition at line 6743 of file pugixml.cpp.

References xpath_allocator::release(), result, and temp.

Here is the call graph for this function:

Member Data Documentation

◆ blocks

xpath_memory_block xpath_stack_data::blocks[2]

Definition at line 6722 of file pugixml.cpp.

Referenced by xpath_stack_data().

◆ result

xpath_allocator xpath_stack_data::result

Definition at line 6723 of file pugixml.cpp.

Referenced by xpath_stack_data(), and ~xpath_stack_data().

◆ stack

xpath_stack xpath_stack_data::stack

Definition at line 6725 of file pugixml.cpp.

Referenced by evaluate_string_impl(), and xpath_stack_data().

◆ temp

xpath_allocator xpath_stack_data::temp

Definition at line 6724 of file pugixml.cpp.

Referenced by xpath_stack_data(), and ~xpath_stack_data().


The documentation for this struct was generated from the following file: