#include <memory_pool.h>
Public Types | |
typedef P | pool_type |
typedef void * | pointer |
typedef const void * | const_pointer |
typedef void | value_type |
Public Member Functions | |
memory_pool_allocator (pool_type &pool) throw () | |
memory_pool_allocator (const memory_pool_allocator &src) throw () | |
template<typename U> | |
memory_pool_allocator (const memory_pool_allocator< U, P > &src) throw () | |
Protected Attributes | |
pool_type * | my_pool |
Friends | |
class | memory_pool_allocator |
template<typename V, typename U, typename R> | |
bool | operator== (const memory_pool_allocator< V, R > &a, const memory_pool_allocator< U, R > &b) |
template<typename V, typename U, typename R> | |
bool | operator!= (const memory_pool_allocator< V, R > &a, const memory_pool_allocator< U, R > &b) |
Classes | |
struct | rebind |