17 #if !defined(XALANAVTPARTXPATHALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANAVTPARTXPATHALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
72 create(
const XPath* xpath);
80 return m_allocator.ownsObject(theObject);
100 return m_allocator.getBlockCount();
112 return m_allocator.getBlockSize();
124 ArenaAllocatorType m_allocator;
129 XALAN_CPP_NAMESPACE_END
133 #endif // XALANAVTPARTXPATHALLOCATOR_INCLUDE_GUARD_12455133
void reset()
Delete all objects from the allocator.
Definition: XalanAVTPartXPathAllocator.hpp:87
ArenaAllocatorType::size_type size_type
Definition: XalanAVTPartXPathAllocator.hpp:53
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanAVTPartXPathAllocator.hpp:110
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
ArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanAVTPartXPathAllocator.hpp:50
Definition: ArenaBlock.hpp:36
Definition: XalanAVTPartXPathAllocator.hpp:39
Definition: ArenaAllocator.hpp:45
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanAVTPartXPathAllocator.hpp:78
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanAVTPartXPathAllocator.hpp:98
Simple string part of a complex AVT.
Definition: AVTPartXPath.hpp:54
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53
AVTPartXPath data_type
Definition: XalanAVTPartXPathAllocator.hpp:43