Xalan-C++ API Reference 1.12.0
xalanc::XalanAllocationGuard Class Reference

#include <xalanc/Include/XalanMemoryManagement.hpp>

Public Types

typedef std::size_t size_type
 

Public Member Functions

 XalanAllocationGuard (MemoryManager &theMemoryManager, void *thePointer)
 
 XalanAllocationGuard (MemoryManager &theMemoryManager, size_type theSize)
 
 ~XalanAllocationGuard ()
 
void * get () const
 
void release ()
 

Detailed Description

Definition at line 96 of file XalanMemoryManagement.hpp.

Member Typedef Documentation

◆ size_type

Constructor & Destructor Documentation

◆ XalanAllocationGuard() [1/2]

xalanc::XalanAllocationGuard::XalanAllocationGuard ( MemoryManager & theMemoryManager,
void * thePointer )
inline

Definition at line 102 of file XalanMemoryManagement.hpp.

◆ XalanAllocationGuard() [2/2]

xalanc::XalanAllocationGuard::XalanAllocationGuard ( MemoryManager & theMemoryManager,
size_type theSize )
inline

Definition at line 110 of file XalanMemoryManagement.hpp.

◆ ~XalanAllocationGuard()

xalanc::XalanAllocationGuard::~XalanAllocationGuard ( )
inline

Definition at line 118 of file XalanMemoryManagement.hpp.

Member Function Documentation

◆ get()

◆ release()


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