![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
#include "lib/allocation-cluster.hpp"
Definition at line 141 of file allocation-cluster.hpp.
Public Types | |
| using | value_type = X |
Public Attributes | |
| AllocationCluster * | mother_ |
Public Member Functions | |
| X * | allocate (size_t n) |
| void | deallocate (X *, size_t) noexcept |
| Allocator (AllocationCluster *m) | |
| template<typename T > | |
| Allocator (Allocator< T > const &o) | |
| template<typename T > | |
| bool | operator== (Allocator< T > const &o) const |
|
inline |
Definition at line 148 of file allocation-cluster.hpp.
Definition at line 151 of file allocation-cluster.hpp.
| using value_type = X |
Definition at line 143 of file allocation-cluster.hpp.
|
inline |
Definition at line 145 of file allocation-cluster.hpp.
|
inlinenoexcept |
Definition at line 146 of file allocation-cluster.hpp.
|
inline |
Definition at line 154 of file allocation-cluster.hpp.
References AllocationCluster::Allocator< X >::mother_.
| AllocationCluster* mother_ |
Definition at line 156 of file allocation-cluster.hpp.
Referenced by AllocationCluster::Allocator< X >::operator==().
Collaboration diagram for AllocationCluster::Allocator< X >: