17 #if !defined(XALANELEMLITERALRESULTALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANELEMLITERALRESULTALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
80 const XalanDOMChar* name,
91 return m_allocator.ownsObject(theObject);
111 return m_allocator.getBlockCount();
123 return m_allocator.getBlockSize();
135 ArenaAllocatorType m_allocator;
140 XALAN_CPP_NAMESPACE_END
144 #endif // XALANELEMLITERALRESULTALLOCATOR_INCLUDE_GUARD_12455133
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
Definition: ElemLiteralResult.hpp:39
Definition: XalanElemLiteralResultAllocator.hpp:39
Definition: ArenaBlock.hpp:36
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanElemLiteralResultAllocator.hpp:109
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanElemLiteralResultAllocator.hpp:121
ArenaAllocatorType::size_type size_type
Definition: XalanElemLiteralResultAllocator.hpp:53
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanElemLiteralResultAllocator.hpp:89
Definition: ArenaAllocator.hpp:45
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
ArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanElemLiteralResultAllocator.hpp:50
Definition: StylesheetConstructionContext.hpp:73
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
void reset()
Delete all objects from the allocator.
Definition: XalanElemLiteralResultAllocator.hpp:98
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53
ElemLiteralResult data_type
Definition: XalanElemLiteralResultAllocator.hpp:43