Xalan-C++ API Documentation
Go to the documentation of this file.
19 #if !defined(XALANALLOCATOR_INCLUDE_GUARD_1357924680)
20 #define XALANALLOCATOR_INCLUDE_GUARD_1357924680
28 XALAN_CPP_NAMESPACE_BEGIN
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;
125 XALAN_CPP_NAMESPACE_END
129 #endif // XALANALLOCATOR_INCLUDE_GUARD_1357924680
XalanAllocator(MemoryManager &theManager)
void deallocate(pointer p, size_type)
const typedef Type & const_reference
const typedef Type * const_pointer
const_pointer address(const_reference x) const
ptrdiff_t difference_type
void construct(pointer p, const Type &val)
pointer allocate(size_type size, const void *=0)
size_type max_size() const
pointer address(reference x) const
MemoryManager & getMemoryManager()
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|