| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/InlineAllocator.h>
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) |
Classes | |
| struct | rebind |
| union | Store |
Definition at line 41 of file InlineAllocator.h.
| typedef BaseAllocator::pointer qpid::InlineAllocator< BaseAllocator, Max >::pointer |
Definition at line 43 of file InlineAllocator.h.
| typedef BaseAllocator::size_type qpid::InlineAllocator< BaseAllocator, Max >::size_type |
Definition at line 44 of file InlineAllocator.h.
| typedef BaseAllocator::value_type qpid::InlineAllocator< BaseAllocator, Max >::value_type |
Definition at line 45 of file InlineAllocator.h.
| qpid::InlineAllocator< BaseAllocator, Max >::InlineAllocator | ( | ) | [inline] |
Definition at line 47 of file InlineAllocator.h.
| qpid::InlineAllocator< BaseAllocator, Max >::InlineAllocator | ( | const InlineAllocator< BaseAllocator, Max > & | x | ) | [inline] |
Definition at line 48 of file InlineAllocator.h.
| pointer qpid::InlineAllocator< BaseAllocator, Max >::allocate | ( | size_type | n | ) | [inline] |
Definition at line 50 of file InlineAllocator.h.
| void qpid::InlineAllocator< BaseAllocator, Max >::deallocate | ( | pointer | p, | |
| size_type | n | |||
| ) | [inline] |
Definition at line 59 of file InlineAllocator.h.
1.4.7