| 
    HDK
    
   | 
 
Public Attributes | |
| xpath_memory_block * | next | 
| size_t | capacity | 
| union { | |
| char data [xpath_memory_page_size] | |
| double alignment | |
| }; | |
Definition at line 7628 of file pugixml.cpp.
| union { ... } | 
| double xpath_memory_block::alignment | 
Definition at line 7636 of file pugixml.cpp.
| size_t xpath_memory_block::capacity | 
Definition at line 7631 of file pugixml.cpp.
| char xpath_memory_block::data[xpath_memory_page_size] | 
Definition at line 7635 of file pugixml.cpp.
| xpath_memory_block* xpath_memory_block::next | 
Definition at line 7630 of file pugixml.cpp.