#include <allocator.h>
Public Types | |
typedef T * | pointer |
typedef const T * | const_pointer |
typedef T & | reference |
typedef const T & | const_reference |
typedef T | value_type |
typedef size_t | size_type |
typedef ptrdiff_t | difference_type |
Public Member Functions | |
BasicAllocator () | |
template<class U> | |
BasicAllocator (const BasicAllocator< U > &allocator) | |
~BasicAllocator () | |
pointer | address (reference x) const |
const_pointer | address (const_reference x) const |
pointer | allocate (size_type n, const void *=0) |
void | deallocate (void *UNREF p, size_type) |
size_type | max_size () const |
void | construct (pointer p, const value_type &x) |
void | destroy (pointer p) |
template<class U> | |
bool | operator== (const BasicAllocator< U > &allocator) |
template<class U> | |
bool | operator!= (const BasicAllocator< U > &allocator) |
Classes | |
struct | rebind |
typedef T* tl.BasicAllocator< T >.pointer |
typedef const T* tl.BasicAllocator< T >.const_pointer |
typedef T& tl.BasicAllocator< T >.reference |
typedef const T& tl.BasicAllocator< T >.const_reference |
typedef T tl.BasicAllocator< T >.value_type |
typedef size_t tl.BasicAllocator< T >.size_type |
typedef ptrdiff_t tl.BasicAllocator< T >.difference_type |
tl.BasicAllocator< T >.BasicAllocator | ( | ) |
tl.BasicAllocator< T >.BasicAllocator | ( | const BasicAllocator< U > & | allocator | ) |
tl.BasicAllocator< T >.~BasicAllocator | ( | ) |
pointer tl.BasicAllocator< T >.address | ( | reference | x | ) | const |
const_pointer tl.BasicAllocator< T >.address | ( | const_reference | x | ) | const |
pointer tl.BasicAllocator< T >.allocate | ( | size_type | n, | |
const void * | = 0 | |||
) |
void tl.BasicAllocator< T >.deallocate | ( | void *UNREF | p, | |
size_type | ||||
) |
size_type tl.BasicAllocator< T >.max_size | ( | ) | const |
void tl.BasicAllocator< T >.construct | ( | pointer | p, | |
const value_type & | x | |||
) |
void tl.BasicAllocator< T >.destroy | ( | pointer | p | ) |
bool tl.BasicAllocator< T >.operator== | ( | const BasicAllocator< U > & | allocator | ) |
bool tl.BasicAllocator< T >.operator!= | ( | const BasicAllocator< U > & | allocator | ) |
Genereated on Tue Mar 11 19:25:43 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.