|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
19 #if !defined(XALANALLOCATOR_INCLUDE_GUARD_1357924680)
20 #define XALANALLOCATOR_INCLUDE_GUARD_1357924680
46 m_memoryManager(theManager)
58 return m_memoryManager;
78 return (
pointer)m_memoryManager.allocate(size *
sizeof(Type));
91 m_memoryManager.deallocate(p);
120 MemoryManager& m_memoryManager;
129 #endif // XALANALLOCATOR_INCLUDE_GUARD_1357924680
void construct(pointer p, const Type &val)
const typedef Type * const_pointer
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void deallocate(pointer p, size_type)
const typedef Type & const_reference
XalanAllocator(MemoryManager &theManager)
pointer address(reference x) const
const_pointer address(const_reference x) const
pointer allocate(size_type size, const void *=0)
MemoryManager & getMemoryManager()
ptrdiff_t difference_type
size_type max_size() const