|
STXXL
1.4.0
|
Definition at line 25 of file new_alloc.h.
Classes | |
| struct | rebind |
Public Types | |
| typedef const T * | const_pointer |
| typedef const T & | const_reference |
| typedef std::ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef T & | reference |
| typedef std::size_t | size_type |
| typedef T | value_type |
Public Member Functions | |
| new_alloc () throw () | |
| new_alloc (const new_alloc &) throw () | |
| template<class U > | |
| new_alloc (const new_alloc< U > &) 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 T &value) |
| void | deallocate (pointer p, size_type) |
| void | destroy (pointer p) |
| size_type | max_size () const throw () |
| template<class U > | |
| operator std::allocator< U > () | |
| typedef const T* stxxl::new_alloc< T >::const_pointer |
Definition at line 49 of file new_alloc.h.
| typedef const T& stxxl::new_alloc< T >::const_reference |
Definition at line 51 of file new_alloc.h.
| typedef std::ptrdiff_t stxxl::new_alloc< T >::difference_type |
Definition at line 53 of file new_alloc.h.
| typedef T* stxxl::new_alloc< T >::pointer |
Definition at line 48 of file new_alloc.h.
| typedef T& stxxl::new_alloc< T >::reference |
Definition at line 50 of file new_alloc.h.
| typedef std::size_t stxxl::new_alloc< T >::size_type |
Definition at line 52 of file new_alloc.h.
| typedef T stxxl::new_alloc< T >::value_type |
Definition at line 47 of file new_alloc.h.
|
inline | |||||||||||||
Definition at line 71 of file new_alloc.h.
|
inline | ||||||||||||||
Definition at line 72 of file new_alloc.h.
|
inline | ||||||||||||||
Definition at line 74 of file new_alloc.h.
|
inline | |||||||||||||
Definition at line 75 of file new_alloc.h.
|
inline |
Definition at line 62 of file new_alloc.h.
|
inline |
Definition at line 66 of file new_alloc.h.
|
inline |
Definition at line 91 of file new_alloc.h.
|
inline |
Definition at line 99 of file new_alloc.h.
|
inline |
Definition at line 121 of file new_alloc.h.
|
inline |
Definition at line 114 of file new_alloc.h.
|
inline | |||||||||||||
Definition at line 85 of file new_alloc.h.
References max().
Definition at line 78 of file new_alloc.h.