#include <debugging_allocator.h>
Classes | |
| struct | rebind |
Public Types | |
| typedef std::size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef T * | pointer |
| typedef T const * | const_pointer |
| typedef T & | reference |
| typedef T const & | const_reference |
| typedef T | value_type |
Public Member Functions | |
| debugging_allocator () throw () | |
| debugging_allocator (debugging_allocator const &) throw () | |
| template<class U > | |
| debugging_allocator (debugging_allocator< U > const &) throw () | |
| ~debugging_allocator () throw () | |
| pointer | address (reference value) const |
| const_pointer | address (const_reference value) const |
| size_type | max_size () const throw () |
| pointer | allocate (size_type num, void const *hint=0) |
| void | construct (pointer p, T const &value) |
| void | destroy (pointer p) |
| void | deallocate (pointer p, size_type num) |
Private Attributes | |
| char | dummy |
Definition at line 25 of file debugging_allocator.h.
| typedef T const* art::debugging_allocator< T >::const_pointer |
Definition at line 30 of file debugging_allocator.h.
| typedef T const& art::debugging_allocator< T >::const_reference |
Definition at line 32 of file debugging_allocator.h.
| typedef ptrdiff_t art::debugging_allocator< T >::difference_type |
Definition at line 28 of file debugging_allocator.h.
| typedef T* art::debugging_allocator< T >::pointer |
Definition at line 29 of file debugging_allocator.h.
| typedef T& art::debugging_allocator< T >::reference |
Definition at line 31 of file debugging_allocator.h.
| typedef std::size_t art::debugging_allocator< T >::size_type |
Definition at line 27 of file debugging_allocator.h.
| typedef T art::debugging_allocator< T >::value_type |
Definition at line 33 of file debugging_allocator.h.
|
inline | |||||||||||||
Definition at line 40 of file debugging_allocator.h.
|
inline | ||||||||||||||
Definition at line 42 of file debugging_allocator.h.
|
inline | ||||||||||||||
Definition at line 45 of file debugging_allocator.h.
|
inline | |||||||||||||
Definition at line 48 of file debugging_allocator.h.
|
inline |
Definition at line 51 of file debugging_allocator.h.
|
inline |
Definition at line 57 of file debugging_allocator.h.
|
inline |
Definition at line 69 of file debugging_allocator.h.
|
inline |
Definition at line 76 of file debugging_allocator.h.
|
inline |
Definition at line 88 of file debugging_allocator.h.
|
inline |
Definition at line 82 of file debugging_allocator.h.
|
inline | |||||||||||||
Definition at line 63 of file debugging_allocator.h.
|
private |
Definition at line 94 of file debugging_allocator.h.
1.8.11