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 |
| InlineAllocator (const InlineAllocator &x) |
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.
Definition at line 37 of file InlineAllocator.h.
The documentation for this class was generated from the following file:
- /home/nsantos/projects/mrg-team/testing/magnum/f10/qpidc/qpid/cpp/src/qpid/InlineAllocator.h