|
typedef size_t | size_type |
|
typedef ptrdiff_t | difference_type |
|
typedef T * | pointer |
|
typedef const T * | const_pointer |
|
typedef T & | reference |
|
typedef const T & | const_reference |
|
typedef T | value_type |
|
|
pointer | address (reference value) const |
|
const_pointer | address (const_reference value) const |
|
| alloc (const alloc &) |
|
template<typename U > |
| alloc (const alloc< U > &) |
|
size_type | max_size () const |
|
pointer | allocate (size_type n, void *=0) |
|
void | deallocate (pointer p, size_type) |
|
void | construct (pointer p, const T &value) |
|
void | destruct (pointer p) |
|
The documentation for this class was generated from the following file: