qpid::InlineAllocator< BaseAllocator, Max > Class Template Reference
An allocator that has inline storage for up to Max objects of type BaseAllocator::value_type.
More...
#include <InlineAllocator.h>
List of all members.
|
Public Types |
typedef BaseAllocator::pointer | pointer |
typedef BaseAllocator::size_type | size_type |
typedef BaseAllocator::value_type | value_type |
Public Member Functions |
pointer | allocate (size_type n) |
void | deallocate (pointer p, size_type n) |
Detailed Description
template<class BaseAllocator, size_t Max>
class qpid::InlineAllocator< BaseAllocator, Max >
An allocator that has inline storage for up to Max objects of type BaseAllocator::value_type.
The documentation for this class was generated from the following file: