Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | List of all members
XalanAllocationGuard Class Reference

#include <XalanMemoryManagement.hpp>

Public Types

typedef 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 100 of file XalanMemoryManagement.hpp.

Member Typedef Documentation

◆ size_type

Definition at line 107 of file XalanMemoryManagement.hpp.

Constructor & Destructor Documentation

◆ XalanAllocationGuard() [1/2]

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

Definition at line 110 of file XalanMemoryManagement.hpp.

◆ XalanAllocationGuard() [2/2]

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

Definition at line 118 of file XalanMemoryManagement.hpp.

◆ ~XalanAllocationGuard()

XalanAllocationGuard::~XalanAllocationGuard ( )
inline

Definition at line 126 of file XalanMemoryManagement.hpp.

Member Function Documentation

◆ get()

void* XalanAllocationGuard::get ( ) const
inline

Definition at line 135 of file XalanMemoryManagement.hpp.

◆ release()

void XalanAllocationGuard::release ( )
inline

Definition at line 141 of file XalanMemoryManagement.hpp.


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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo