μHAL (v2.7.9)
Part of the IPbus software repository
Public Member Functions | Public Attributes | List of all members
xpath_stack_data Struct Reference
Collaboration diagram for xpath_stack_data:
[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
 
bool oom
 

Detailed Description

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

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

Member Data Documentation

◆ blocks

xpath_memory_block xpath_stack_data::blocks[2]

Definition at line 7699 of file pugixml.cpp.

Referenced by xpath_stack_data().

◆ oom

bool xpath_stack_data::oom

Definition at line 7703 of file pugixml.cpp.

◆ result

xpath_allocator xpath_stack_data::result

Definition at line 7700 of file pugixml.cpp.

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

◆ stack

xpath_stack xpath_stack_data::stack

Definition at line 7702 of file pugixml.cpp.

Referenced by xpath_stack_data().

◆ temp

xpath_allocator xpath_stack_data::temp

Definition at line 7701 of file pugixml.cpp.

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


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