19 #if !defined(XALANQNAMEBYVALUEALLOCATOR_INCLUDE_GUARD_12455133) 20 #define XALANQNAMEBYVALUEALLOCATOR_INCLUDE_GUARD_12455133 37 XALAN_CPP_NAMESPACE_BEGIN
48 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS) 64 MemoryManager& theManager,
65 size_type theBlockCount);
105 const NamespacesStackType& namespaces,
106 const Locator* locator = 0,
107 bool fUseDefault =
false);
121 const XalanDOMChar* qname,
122 const NamespacesStackType& namespaces,
123 const Locator* locator = 0,
124 bool fUseDefault =
false);
139 const Locator* locator = 0);
147 return m_allocator.ownsObject(theObject);
167 return m_allocator.getBlockCount();
179 return m_allocator.getBlockSize();
191 ArenaAllocatorType m_allocator;
196 XALAN_CPP_NAMESPACE_END
200 #endif // XALANQNAMEBYVALUEALLOCATOR_INCLUDE_GUARD_12455133
data_type::NamespacesStackType NamespacesStackType
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
ArenaAllocatorType::size_type size_type
This class defines an interface for classes that resolve namespace prefixes to their URIs...
XalanQNameByValue data_type
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
void reset()
Delete all objects from the allocator.
ArenaAllocator< data_type > ArenaAllocatorType
#define XALAN_XPATH_EXPORT
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Xalan implementation of deque.
ArenaBlock< data_type > ::size_type size_type