#include <BasicsAllocator.H>
Public Types | |
| 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 |
Public Member Functions | |
| Allocator () | |
| template<class T1> | |
| Allocator (const Allocator< T1 > &) throw () | |
| ~Allocator () throw () | |
| pointer | address (reference x) const |
| const_pointer | address (const_reference x) const |
| T * | allocate (size_type n, const void *=0) |
| void | deallocate (pointer p, size_type n) |
| size_type | max_size () const throw () |
| void | construct (pointer p, const T &__val) |
| void | destroy (pointer p) |
| bool | operator== (const Allocator< T > &) throw () |
Classes | |
| struct | rebind |
|
|||||
|
Definition at line 41 of file BasicsAllocator.H. |
|
|||||
|
Definition at line 43 of file BasicsAllocator.H. |
|
|||||
|
Definition at line 39 of file BasicsAllocator.H. |
|
|||||
|
Definition at line 40 of file BasicsAllocator.H. |
|
|||||
|
Definition at line 42 of file BasicsAllocator.H. |
|
|||||
|
Definition at line 38 of file BasicsAllocator.H. |
|
|||||
|
Definition at line 44 of file BasicsAllocator.H. |
|
|||||||||
|
Definition at line 50 of file BasicsAllocator.H. |
|
||||||||||||||
|
Definition at line 51 of file BasicsAllocator.H. |
|
|||||||||
|
Definition at line 52 of file BasicsAllocator.H. |
|
||||||||||
|
Definition at line 55 of file BasicsAllocator.H. |
|
||||||||||
|
Definition at line 54 of file BasicsAllocator.H. |
|
||||||||||||||||
|
Definition at line 57 of file BasicsAllocator.H. References operator(). |
|
||||||||||||||||
|
Definition at line 69 of file BasicsAllocator.H. |
|
||||||||||||||||
|
Definition at line 61 of file BasicsAllocator.H. References operator(). |
|
||||||||||
|
Definition at line 70 of file BasicsAllocator.H. |
|
|||||||||
|
Definition at line 66 of file BasicsAllocator.H. |
|
||||||||||
|
Definition at line 72 of file BasicsAllocator.H. |
1.4.2