NEST
2.6.0,not_revisioned_source_dir@0
|
#include <libc_allocator_with_realloc.h>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
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 |
Public Member Functions | |
libc_allocator_with_realloc () | |
libc_allocator_with_realloc (const libc_allocator_with_realloc &) | |
~libc_allocator_with_realloc () | |
pointer | address (reference r) const |
const_pointer | address (const_reference r) const |
pointer | allocate (size_type n, const_pointer=0) |
void | deallocate (pointer p, size_type) |
pointer | reallocate (pointer p, size_type n) |
size_type | max_size () const |
void | construct (pointer p, const value_type &val) |
void | destroy (pointer p) |
template<class U > | |
libc_allocator_with_realloc (const libc_allocator_with_realloc< U > &) | |
typedef const T* libc_allocator_with_realloc< T >::const_pointer |
typedef const T& libc_allocator_with_realloc< T >::const_reference |
typedef ptrdiff_t libc_allocator_with_realloc< T >::difference_type |
typedef T* libc_allocator_with_realloc< T >::pointer |
typedef T& libc_allocator_with_realloc< T >::reference |
typedef size_t libc_allocator_with_realloc< T >::size_type |
typedef T libc_allocator_with_realloc< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |