17 #if !defined(XALANELEMATTRIBUTESETALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANELEMATTRIBUTESETALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
89 return m_allocator.ownsObject(theObject);
109 return m_allocator.getBlockCount();
121 return m_allocator.getBlockSize();
133 ArenaAllocatorType m_allocator;
138 XALAN_CPP_NAMESPACE_END
142 #endif // XALANELEMATTRIBUTESETALLOCATOR_INCLUDE_GUARD_12455133
ArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanElemAttributeSetAllocator.hpp:50
XERCES_CPP_NAMESPACE_QUALIFIER AttributeList AttributeListType
Definition: AttributeListImpl.hpp:39
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
void reset()
Delete all objects from the allocator.
Definition: XalanElemAttributeSetAllocator.hpp:96
ElemAttributeSet data_type
Definition: XalanElemAttributeSetAllocator.hpp:43
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanElemAttributeSetAllocator.hpp:87
ArenaAllocatorType::size_type size_type
Definition: XalanElemAttributeSetAllocator.hpp:53
Definition: ArenaBlock.hpp:36
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanElemAttributeSetAllocator.hpp:107
Definition: XalanElemAttributeSetAllocator.hpp:39
Definition: ArenaAllocator.hpp:45
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
Definition: ElemAttributeSet.hpp:35
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
Definition: StylesheetConstructionContext.hpp:73
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanElemAttributeSetAllocator.hpp:119
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53