HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xpath_allocator Class Reference

Public Member Functions

 xpath_allocator (xpath_memory_block *root, size_t root_size=0)
 
voidallocate_nothrow (size_t size)
 
voidallocate (size_t size)
 
voidreallocate (void *ptr, size_t old_size, size_t new_size)
 
void revert (const xpath_allocator &state)
 
void release ()
 

Detailed Description

Definition at line 7389 of file pugixml.cpp.

Constructor & Destructor Documentation

xpath_allocator::xpath_allocator ( xpath_memory_block root,
size_t  root_size = 0 
)
inline

Definition at line 7399 of file pugixml.cpp.

Member Function Documentation

void* xpath_allocator::allocate ( size_t  size)
inline

Definition at line 7439 of file pugixml.cpp.

void* xpath_allocator::allocate_nothrow ( size_t  size)
inline

Definition at line 7406 of file pugixml.cpp.

void* xpath_allocator::reallocate ( void ptr,
size_t  old_size,
size_t  new_size 
)
inline

Definition at line 7456 of file pugixml.cpp.

void xpath_allocator::release ( )
inline

Definition at line 7520 of file pugixml.cpp.

void xpath_allocator::revert ( const xpath_allocator state)
inline

Definition at line 7501 of file pugixml.cpp.


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