TwiceAsNice
2019-02-18
|
#include <CircularBuffer.hh>
Classes | |
struct | rebind |
Public Types | |
typedef T | value_type |
typedef value_type * | pointer |
typedef const value_type * | const_pointer |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef std::size_t | size_type |
typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
Allocator () | |
~Allocator () | |
Allocator (Allocator const &) | |
template<typename U > | |
Allocator (Allocator< U > const &) | |
pointer | address (reference r) |
const_pointer | address (const_reference r) |
pointer | allocate (size_type cnt, typename std::allocator< void >::const_pointer=0) |
void | deallocate (pointer p, size_type) |
size_type | max_size () const |
void | construct (pointer p, const T &t) |
void | destroy (pointer p) |
bool | operator== (Allocator const &) |
bool | operator!= (Allocator const &a) |
typedef const value_type* Basda::Allocator< T >::const_pointer |
typedef const value_type& Basda::Allocator< T >::const_reference |
typedef std::ptrdiff_t Basda::Allocator< T >::difference_type |
typedef value_type* Basda::Allocator< T >::pointer |
typedef value_type& Basda::Allocator< T >::reference |
typedef std::size_t Basda::Allocator< T >::size_type |
typedef T Basda::Allocator< T >::value_type |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |