CARLA
Public Attributes | List of all members
xpath_memory_block Struct Reference
+ Collaboration diagram for xpath_memory_block:

Public Attributes

union {
   double   alignment
 
   char   data [xpath_memory_page_size]
 
}; 
 
size_t capacity
 
xpath_memory_blocknext
 

Detailed Description

Definition at line 7487 of file pugixml.cpp.

Member Data Documentation

◆ @18

union { ... }

◆ alignment

double xpath_memory_block::alignment

Definition at line 7495 of file pugixml.cpp.

◆ capacity

size_t xpath_memory_block::capacity

Definition at line 7490 of file pugixml.cpp.

Referenced by xpath_allocator::allocate(), and xpath_stack_data::xpath_stack_data().

◆ data

char xpath_memory_block::data[xpath_memory_page_size]

◆ next

xpath_memory_block* xpath_memory_block::next

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