#include <array_allocator.h>
Inheritance diagram for __gnu_cxx::array_allocator_base< _Tp >:

Public Types | |
| typedef size_t | size_type |
| typedef ptrdiff_t | difference_type |
| typedef _Tp * | pointer |
| typedef const _Tp * | const_pointer |
| typedef _Tp & | reference |
| typedef const _Tp & | const_reference |
| typedef _Tp | value_type |
Public Member Functions | |
| pointer | address (reference __x) const |
| const_pointer | address (const_reference __x) const |
| void | deallocate (pointer, size_type) |
| size_type | max_size () const throw () |
| void | construct (pointer __p, const _Tp &__val) |
| void | destroy (pointer __p) |
Definition at line 46 of file array_allocator.h.
| typedef const _Tp* __gnu_cxx::array_allocator_base< _Tp >::const_pointer |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 52 of file array_allocator.h.
| typedef const _Tp& __gnu_cxx::array_allocator_base< _Tp >::const_reference |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 54 of file array_allocator.h.
| typedef ptrdiff_t __gnu_cxx::array_allocator_base< _Tp >::difference_type |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 50 of file array_allocator.h.
| typedef _Tp* __gnu_cxx::array_allocator_base< _Tp >::pointer |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 51 of file array_allocator.h.
| typedef _Tp& __gnu_cxx::array_allocator_base< _Tp >::reference |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 53 of file array_allocator.h.
| typedef size_t __gnu_cxx::array_allocator_base< _Tp >::size_type |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 49 of file array_allocator.h.
| typedef _Tp __gnu_cxx::array_allocator_base< _Tp >::value_type |
Reimplemented in __gnu_cxx::array_allocator< _Tp, _Array >.
Definition at line 55 of file array_allocator.h.
| const_pointer __gnu_cxx::array_allocator_base< _Tp >::address | ( | const_reference | __x | ) | const [inline] |
Definition at line 61 of file array_allocator.h.
| pointer __gnu_cxx::array_allocator_base< _Tp >::address | ( | reference | __x | ) | const [inline] |
Definition at line 58 of file array_allocator.h.
| void __gnu_cxx::array_allocator_base< _Tp >::construct | ( | pointer | __p, | |
| const _Tp & | __val | |||
| ) | [inline] |
Definition at line 76 of file array_allocator.h.
| void __gnu_cxx::array_allocator_base< _Tp >::deallocate | ( | pointer | , | |
| size_type | ||||
| ) | [inline] |
Definition at line 64 of file array_allocator.h.
| void __gnu_cxx::array_allocator_base< _Tp >::destroy | ( | pointer | __p | ) | [inline] |
Definition at line 80 of file array_allocator.h.
| size_type __gnu_cxx::array_allocator_base< _Tp >::max_size | ( | ) | const throw () [inline] |
Definition at line 70 of file array_allocator.h.
1.4.7