|
typedef const T * | const_pointer |
|
typedef const T & | const_reference |
|
typedef T * | pointer |
|
typedef T & | reference |
|
typedef T | value_type |
|
|
template<typename Other> |
| spursAlignedAllocator (const spursAlignedAllocator< Other, Alignment > &) |
|
pointer | address (reference ref) const |
|
const_pointer | address (const_reference ref) const |
|
pointer | allocate (size_type n, const_pointer *hint=0) |
|
void | construct (pointer ptr, const value_type &value) |
|
void | deallocate (pointer ptr) |
|
void | destroy (pointer ptr) |
|
template<typename O> |
self_type & | operator= (const spursAlignedAllocator< O, Alignment > &) |
|
The documentation for this class was generated from the following file: