Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
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

Definition at line 100 of file XalanMemoryManagement.hpp.

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()

void* xalanc::XalanAllocationGuard::get ( ) const
inline

◆ release()

void xalanc::XalanAllocationGuard::release ( )
inline

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