 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
19 #if !defined(XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133)
20 #define XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133
91 return m_allocator.ownsObject(theObject);
109 return m_allocator.getBlockCount();
120 return m_allocator.getBlockSize();
133 ArenaAllocatorType m_allocator;
142 #endif // XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
ReusableArenaAllocator< nodeset_type > ArenaAllocatorType
Class to hold XPath return types.
ReusableArenaBlockType::size_type size_type
~XNodeSetNodeProxyAllocator()
ArenaAllocatorType::size_type size_type
bool destroy(nodeset_type *theNodeSet)
Delete an XNodeSet object from allocator.
#define XALAN_XPATH_EXPORT
bool ownsObject(const nodeset_type *theObject)
Determine if an object is owned by the allocator...
void reset()
Delete all XNodeSet objects from allocator.
nodeset_type * create(XalanNode *value)
Create an object using the allocator.
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
XNodeSetNodeProxyAllocator(MemoryManager &theManager, size_type theBlockCount)
Construct an instance that will allocate blocks of the specified size.
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
nodeset_type * clone(const XNodeSetNodeProxy &value)
Clone an XNodeSet object.
XNodeSetNodeProxy nodeset_type