STXXL
1.4.1
|
Definition at line 24 of file new_alloc.h.
Classes | |
struct | rebind |
Public Types | |
typedef const Type * | const_pointer |
typedef const Type & | const_reference |
typedef std::ptrdiff_t | difference_type |
typedef Type * | pointer |
typedef Type & | reference |
typedef std::size_t | size_type |
typedef Type | value_type |
Public Member Functions | |
new_alloc () throw () | |
new_alloc (const new_alloc &) throw () | |
template<class Rebind > | |
new_alloc (const new_alloc< Rebind > &) throw () | |
~new_alloc () throw () | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
pointer | allocate (size_type num, const void *=0) |
void | construct (pointer p, const Type &value) |
void | deallocate (pointer p, size_type) |
void | destroy (pointer p) |
size_type | max_size () const throw () |
template<class Rebind > | |
operator std::allocator< Rebind > () | |
typedef const Type* stxxl::new_alloc< Type >::const_pointer |
Definition at line 47 of file new_alloc.h.
typedef const Type& stxxl::new_alloc< Type >::const_reference |
Definition at line 49 of file new_alloc.h.
typedef std::ptrdiff_t stxxl::new_alloc< Type >::difference_type |
Definition at line 51 of file new_alloc.h.
typedef Type* stxxl::new_alloc< Type >::pointer |
Definition at line 46 of file new_alloc.h.
typedef Type& stxxl::new_alloc< Type >::reference |
Definition at line 48 of file new_alloc.h.
typedef std::size_t stxxl::new_alloc< Type >::size_type |
Definition at line 50 of file new_alloc.h.
typedef Type stxxl::new_alloc< Type >::value_type |
Definition at line 45 of file new_alloc.h.
|
inline |
Definition at line 69 of file new_alloc.h.
|
inline |
Definition at line 70 of file new_alloc.h.
|
inline |
Definition at line 72 of file new_alloc.h.
|
inline |
Definition at line 73 of file new_alloc.h.
|
inline |
Definition at line 60 of file new_alloc.h.
|
inline |
Definition at line 64 of file new_alloc.h.
|
inline |
Definition at line 89 of file new_alloc.h.
|
inline |
Definition at line 97 of file new_alloc.h.
|
inline |
Definition at line 119 of file new_alloc.h.
|
inline |
Definition at line 112 of file new_alloc.h.
|
inline |
Definition at line 83 of file new_alloc.h.
References max().
|
inline |
Definition at line 76 of file new_alloc.h.