Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1. More...
#include <memory_pool.h>
| Classes | |
| struct | rebind | 
| 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 | |
| template<typename U , typename R > | |
| 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) | 
Analogous to std::allocator<void>, as defined in ISO C++ Standard, Section 20.4.1.