μHAL (v2.7.9)
Part of the IPbus software repository
Public Attributes | List of all members
xpath_memory_block Struct Reference
Collaboration diagram for xpath_memory_block:
[legend]

Public Attributes

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

Detailed Description

Definition at line 7535 of file pugixml.cpp.

Member Data Documentation

◆ @5

union { ... }

◆ alignment

double xpath_memory_block::alignment

Definition at line 7543 of file pugixml.cpp.

◆ capacity

size_t xpath_memory_block::capacity

◆ 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: