Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
An allocator that has inline storage for up to Max objects of type BaseAllocator::value_type. More...
#include <qpid/InlineAllocator.h>
Classes | |
struct | rebind |
union | Store |
Public Types | |
typedef BaseAllocator::pointer | pointer |
typedef BaseAllocator::size_type | size_type |
typedef BaseAllocator::value_type | value_type |
Public Member Functions | |
InlineAllocator () | |
InlineAllocator (const InlineAllocator &x) | |
pointer | allocate (size_type n) |
void | deallocate (pointer p, size_type n) |
An allocator that has inline storage for up to Max objects of type BaseAllocator::value_type.
typedef BaseAllocator::pointer qpid::InlineAllocator::pointer |
Definition at line 43 of file InlineAllocator.h.
typedef BaseAllocator::size_type qpid::InlineAllocator::size_type |
Definition at line 44 of file InlineAllocator.h.
typedef BaseAllocator::value_type qpid::InlineAllocator::value_type |
Definition at line 45 of file InlineAllocator.h.
qpid::InlineAllocator::InlineAllocator | ( | ) | [inline] |
Definition at line 47 of file InlineAllocator.h.
qpid::InlineAllocator::InlineAllocator | ( | const InlineAllocator & | x | ) | [inline] |
Definition at line 48 of file InlineAllocator.h.
Definition at line 50 of file InlineAllocator.h.
Definition at line 59 of file InlineAllocator.h.