#include <debugging_allocator.h>
Classes | |
struct | rebind |
Public Types | |
typedef T const * | const_pointer |
typedef T const & | const_reference |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
typedef size_t | size_type |
typedef T | value_type |
Public Member Functions | |
pointer | address (reference value) const |
const_pointer | address (const_reference value) const |
pointer | allocate (size_type num, void const *hint=0) |
void | construct (pointer p, T const &value) |
void | deallocate (pointer p, size_type num) |
debugging_allocator () throw () | |
debugging_allocator (debugging_allocator const &) throw () | |
template<class U > | |
debugging_allocator (debugging_allocator< U > const &) throw () | |
void | destroy (pointer p) |
size_type | max_size () const throw () |
~debugging_allocator () throw () | |
Private Attributes | |
char | dummy |
Definition at line 25 of file debugging_allocator.h.
typedef T const* edm::debugging_allocator< T >::const_pointer |
Definition at line 31 of file debugging_allocator.h.
typedef T const& edm::debugging_allocator< T >::const_reference |
Definition at line 33 of file debugging_allocator.h.
typedef ptrdiff_t edm::debugging_allocator< T >::difference_type |
Definition at line 29 of file debugging_allocator.h.
typedef T* edm::debugging_allocator< T >::pointer |
Definition at line 30 of file debugging_allocator.h.
typedef T& edm::debugging_allocator< T >::reference |
Definition at line 32 of file debugging_allocator.h.
typedef size_t edm::debugging_allocator< T >::size_type |
Definition at line 28 of file debugging_allocator.h.
typedef T edm::debugging_allocator< T >::value_type |
Definition at line 34 of file debugging_allocator.h.
|
inline |
Definition at line 39 of file debugging_allocator.h.
|
inline |
Definition at line 41 of file debugging_allocator.h.
|
inline |
Definition at line 43 of file debugging_allocator.h.
|
inline |
Definition at line 45 of file debugging_allocator.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 59 of file debugging_allocator.h.
|
inline |
|
inline |
Definition at line 61 of file debugging_allocator.h.
|
inline |
|
private |
Definition at line 66 of file debugging_allocator.h.