#include <allocator.h>
Public Types | |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef _Tp * | pointer |
| typedef const _Tp * | const_pointer |
| typedef _Tp & | reference |
| typedef const _Tp & | const_reference |
| typedef _Tp | value_type |
Public Member Functions | |
| allocator () throw () | |
| allocator (const allocator &a) throw () | |
| template<typename _Tp1> | allocator (const allocator< _Tp1 > &) throw () |
| ~allocator () throw () | |
(See allocators info for more.)
Definition at line 80 of file allocator.h.
|
|||||
|
Definition at line 86 of file allocator.h. |
|
|||||
|
Definition at line 88 of file allocator.h. |
|
|||||
|
Definition at line 84 of file allocator.h. |
|
|||||
|
Definition at line 85 of file allocator.h. |
|
|||||
|
Definition at line 87 of file allocator.h. |
|
|||||
|
Definition at line 83 of file allocator.h. |
|
|||||
|
Definition at line 89 of file allocator.h. |
|
|||||||||
|
Definition at line 95 of file allocator.h. |
|
||||||||||
|
Definition at line 97 of file allocator.h. |
|
||||||||||||||
|
Definition at line 101 of file allocator.h. |
|
|||||||||
|
Definition at line 103 of file allocator.h. |
1.3.6