HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xpath_memory_block Struct Reference

Public Attributes

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

Detailed Description

Definition at line 7377 of file pugixml.cpp.

Member Data Documentation

union { ... }
double xpath_memory_block::alignment

Definition at line 7385 of file pugixml.cpp.

size_t xpath_memory_block::capacity

Definition at line 7380 of file pugixml.cpp.

char xpath_memory_block::data[xpath_memory_page_size]

Definition at line 7384 of file pugixml.cpp.

xpath_memory_block* xpath_memory_block::next

Definition at line 7379 of file pugixml.cpp.


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