#include <FastAllocator.h>
Classes | |
| struct | rebind |
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 | |
| FastSTLAllocator () | |
| FastSTLAllocator (const FastSTLAllocator &) | |
| template<class T1> | |
| FastSTLAllocator (const FastSTLAllocator< T1 > &) | |
| ~FastSTLAllocator () | |
| pointer | address (reference x) const |
| const_pointer | address (const_reference x) const |
| T * | allocate (size_type n, const void *=NULL) |
| void | deallocate (pointer p, size_type n) |
| size_type | max_size () const |
| void | construct (pointer p, const T &val) |
| void | destroy (pointer p) |
Definition at line 568 of file FastAllocator.h.
| typedef const T* FastSTLAllocator< T >::const_pointer |
Definition at line 573 of file FastAllocator.h.
| typedef const T& FastSTLAllocator< T >::const_reference |
Definition at line 575 of file FastAllocator.h.
| typedef ptrdiff_t FastSTLAllocator< T >::difference_type |
Definition at line 571 of file FastAllocator.h.
| typedef T* FastSTLAllocator< T >::pointer |
Definition at line 572 of file FastAllocator.h.
| typedef T& FastSTLAllocator< T >::reference |
Definition at line 574 of file FastAllocator.h.
| typedef size_t FastSTLAllocator< T >::size_type |
Definition at line 570 of file FastAllocator.h.
| typedef T FastSTLAllocator< T >::value_type |
Definition at line 576 of file FastAllocator.h.
|
inline |
Definition at line 582 of file FastAllocator.h.
|
inline |
Definition at line 583 of file FastAllocator.h.
|
inline |
Definition at line 584 of file FastAllocator.h.
|
inline |
Definition at line 585 of file FastAllocator.h.
|
inline |
Definition at line 588 of file FastAllocator.h.
|
inline |
Definition at line 587 of file FastAllocator.h.
|
inline |
Definition at line 590 of file FastAllocator.h.
|
inline |
Definition at line 593 of file FastAllocator.h.
|
inline |
Definition at line 591 of file FastAllocator.h.
|
inline |
Definition at line 594 of file FastAllocator.h.
|
inline |
Definition at line 592 of file FastAllocator.h.