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

#include <xalanc/XSLT/XalanElemAttributeSetAllocator.hpp>

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ ArenaAllocatorType

◆ data_type

◆ size_type

Constructor & Destructor Documentation

◆ XalanElemAttributeSetAllocator()

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

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

Parameters
theBlockSizeThe block size.

◆ ~XalanElemAttributeSetAllocator()

xalanc::XalanElemAttributeSetAllocator::~XalanElemAttributeSetAllocator ( )

Member Function Documentation

◆ create()

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

Get the number of ArenaBlocks currently allocated.

Returns
The number of blocks.

Definition at line 111 of file XalanElemAttributeSetAllocator.hpp.

◆ getBlockSize()

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

◆ ownsObject()

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

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

Definition at line 91 of file XalanElemAttributeSetAllocator.hpp.

◆ reset()

void xalanc::XalanElemAttributeSetAllocator::reset ( )
inline

Delete all objects from the allocator.

Definition at line 100 of file XalanElemAttributeSetAllocator.hpp.


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