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

#include <xalanc/XSLT/XalanElemCallTemplateAllocator.hpp>

Public Types

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

Public Member Functions

 XalanElemCallTemplateAllocator (MemoryManager &theManager, size_type theBlockCount)
 Construct an instance that will allocate blocks of the specified size.
 ~XalanElemCallTemplateAllocator ()
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 XalanElemCallTemplateAllocator.hpp.

Member Typedef Documentation

◆ ArenaAllocatorType

◆ data_type

◆ size_type

Constructor & Destructor Documentation

◆ XalanElemCallTemplateAllocator()

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

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

Parameters
theBlockSizeThe block size.

◆ ~XalanElemCallTemplateAllocator()

xalanc::XalanElemCallTemplateAllocator::~XalanElemCallTemplateAllocator ( )

Member Function Documentation

◆ create()

data_type * xalanc::XalanElemCallTemplateAllocator::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::XalanElemCallTemplateAllocator::getBlockCount ( ) const
inline

Get the number of ArenaBlocks currently allocated.

Returns
The number of blocks.

Definition at line 111 of file XalanElemCallTemplateAllocator.hpp.

◆ getBlockSize()

size_type xalanc::XalanElemCallTemplateAllocator::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 XalanElemCallTemplateAllocator.hpp.

◆ ownsObject()

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

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

Definition at line 91 of file XalanElemCallTemplateAllocator.hpp.

◆ reset()

void xalanc::XalanElemCallTemplateAllocator::reset ( )
inline

Delete all objects from the allocator.

Definition at line 100 of file XalanElemCallTemplateAllocator.hpp.


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