19 #if !defined(XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133) 20 #define XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133 37 XALAN_CPP_NAMESPACE_BEGIN
83 destroy(nodeset_type* theNodeSet);
91 return m_allocator.ownsObject(theObject);
109 return m_allocator.getBlockCount();
120 return m_allocator.getBlockSize();
133 ArenaAllocatorType m_allocator;
138 XALAN_CPP_NAMESPACE_END
142 #endif // XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133 XNodeSetNodeProxy nodeset_type
ReusableArenaBlockType::size_type size_type
ArenaAllocatorType::size_type size_type
bool ownsObject(const nodeset_type *theObject)
Determine if an object is owned by the allocator...
ReusableArenaAllocator< nodeset_type > ArenaAllocatorType
Class to hold XPath return types.
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
#define XALAN_XPATH_EXPORT
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.