|
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
ArenaAllocatorType::size_type size_type
#define XALAN_XPATH_EXPORT
bool ownsObject(const nodeset_type *theObject)
Determine if an object is owned by the allocator...
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
XNodeSetNodeProxy nodeset_type