Public Attributes | |
xpath_memory_block * | next |
size_t | capacity |
union { | |
char data [xpath_memory_page_size] | |
double alignment | |
}; | |
Definition at line 7535 of file pugixml.cpp.
union { ... } |
double xpath_memory_block::alignment |
Definition at line 7543 of file pugixml.cpp.
size_t xpath_memory_block::capacity |
Definition at line 7538 of file pugixml.cpp.
Referenced by xpath_allocator::allocate(), xpath_query_impl::xpath_query_impl(), and xpath_stack_data::xpath_stack_data().
char xpath_memory_block::data[xpath_memory_page_size] |
Definition at line 7542 of file pugixml.cpp.
Referenced by xpath_allocator::allocate(), xpath_allocator::reallocate(), xpath_query_impl::xpath_query_impl(), and xpath_stack_data::xpath_stack_data().
xpath_memory_block* xpath_memory_block::next |
Definition at line 7537 of file pugixml.cpp.
Referenced by xpath_allocator::allocate(), xpath_allocator::reallocate(), xpath_allocator::release(), xpath_allocator::revert(), xpath_query_impl::xpath_query_impl(), and xpath_stack_data::xpath_stack_data().