CARLA
Public Member Functions | Public Attributes | List of all members
xpath_stack_data Struct Reference
+ Collaboration diagram for xpath_stack_data:

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
 

Detailed Description

Definition at line 7649 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 7666 of file pugixml.cpp.

References PUGI__NS_BEGIN, PUGI__NS_END, and xpath_allocator::release().

+ Here is the call graph for this function:

Member Data Documentation

◆ blocks

xpath_memory_block xpath_stack_data::blocks[2]

Definition at line 7651 of file pugixml.cpp.

◆ oom

bool xpath_stack_data::oom

Definition at line 7655 of file pugixml.cpp.

◆ result

xpath_allocator xpath_stack_data::result

Definition at line 7652 of file pugixml.cpp.

◆ stack

xpath_stack xpath_stack_data::stack

Definition at line 7654 of file pugixml.cpp.

◆ temp

xpath_allocator xpath_stack_data::temp

Definition at line 7653 of file pugixml.cpp.


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