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

#include <xalanc/XSLT/XalanElemApplyTemplatesAllocator.hpp>

Public Types

typedef ElemApplyTemplates data_type
 
typedef ArenaAllocator< data_typeArenaAllocatorType
 
typedef ArenaAllocatorType::size_type size_type
 

Public Member Functions

 XalanElemApplyTemplatesAllocator (MemoryManager &theManager, size_type theBlockCount)
 Construct an instance that will allocate blocks of the specified size.
 
 ~XalanElemApplyTemplatesAllocator ()
 
data_typecreate (StylesheetConstructionContext &constructionContext, Stylesheet &stylesheetTree, const AttributeListType &atts, XalanFileLoc lineNumber, XalanFileLoc columnNumber)
 Construct an instance.
 
bool ownsObject (const data_type *theObject)
 Determine if an object is owned by the allocator...
 
void reset ()
 Delete all objects from the allocator.
 
size_type getBlockCount () const
 Get the number of ArenaBlocks currently allocated.
 
size_type getBlockSize () const
 Get size of an ArenaBlock, that is, the number of objects in each block.
 

Detailed Description

Definition at line 41 of file XalanElemApplyTemplatesAllocator.hpp.

Member Typedef Documentation

◆ ArenaAllocatorType

◆ data_type

◆ size_type

Constructor & Destructor Documentation

◆ XalanElemApplyTemplatesAllocator()

xalanc::XalanElemApplyTemplatesAllocator::XalanElemApplyTemplatesAllocator ( MemoryManager & theManager,
size_type theBlockCount )

Construct an instance that will allocate blocks of the specified size.

Parameters
theBlockSizeThe block size.

◆ ~XalanElemApplyTemplatesAllocator()

xalanc::XalanElemApplyTemplatesAllocator::~XalanElemApplyTemplatesAllocator ( )

Member Function Documentation

◆ create()

data_type * xalanc::XalanElemApplyTemplatesAllocator::create ( StylesheetConstructionContext & constructionContext,
Stylesheet & stylesheetTree,
const AttributeListType & atts,
XalanFileLoc lineNumber,
XalanFileLoc columnNumber )

Construct an instance.

Parameters
constructionContextcontext for construction of object
stylesheetTreestylesheet containing element
attslist of attributes for element
lineNumberline number in document
columnNumbercolumn number in document
Returns
A pointer to the new instance.

◆ getBlockCount()

size_type xalanc::XalanElemApplyTemplatesAllocator::getBlockCount ( ) const
inline

Get the number of ArenaBlocks currently allocated.

Returns
The number of blocks.

Definition at line 111 of file XalanElemApplyTemplatesAllocator.hpp.

◆ getBlockSize()

size_type xalanc::XalanElemApplyTemplatesAllocator::getBlockSize ( ) const
inline

Get size of an ArenaBlock, that is, the number of objects in each block.

Returns
The size of the block

Definition at line 123 of file XalanElemApplyTemplatesAllocator.hpp.

◆ ownsObject()

bool xalanc::XalanElemApplyTemplatesAllocator::ownsObject ( const data_type * theObject)
inline

Determine if an object is owned by the allocator...

Definition at line 91 of file XalanElemApplyTemplatesAllocator.hpp.

◆ reset()

void xalanc::XalanElemApplyTemplatesAllocator::reset ( )
inline

Delete all objects from the allocator.

Definition at line 100 of file XalanElemApplyTemplatesAllocator.hpp.


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