17 #if !defined(XNODESETALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XNODESETALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
82 return m_allocator.ownsObject(theObject);
100 return m_allocator.getBlockCount();
111 return m_allocator.getBlockSize();
124 ArenaAllocatorType m_allocator;
129 XALAN_CPP_NAMESPACE_END
133 #endif // XNODESETALLOCATOR_INCLUDE_GUARD_12455133
Class to hold XPath return types.
Definition: XNodeSet.hpp:42
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
ArenaAllocatorType::size_type size_type
Definition: XNodeSetAllocator.hpp:48
ReusableArenaAllocator< nodeset_type > ArenaAllocatorType
Definition: XNodeSetAllocator.hpp:47
XNodeSet nodeset_type
Definition: XNodeSetAllocator.hpp:45
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XNodeSetAllocator.hpp:98
XPathExecutionContext::BorrowReturnMutableNodeRefList BorrowReturnMutableNodeRefList
Definition: XNodeSetAllocator.hpp:43
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
bool ownsObject(const nodeset_type *theObject)
Determine if an object is owned by the allocator...
Definition: XNodeSetAllocator.hpp:80
Definition: XPathExecutionContext.hpp:319
Definition: XNodeSetAllocator.hpp:39
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
Definition: XNodeSetAllocator.hpp:109
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33