![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
Policy to use an Allocation cluster, but also to invoke all object destructors.
Definition at line 467 of file linked-elements-test.cpp.
Public Types | |
| typedef AllocationCluster & | CustomAllocator |
Public Attributes | |
| CustomAllocator | cluster_ |
Public Member Functions | |
| UseAllocationCluster (CustomAllocator clu) | |
| template<class TY , typename... ARGS> | |
| TY * | create (ARGS &&...args) |
| void | dispose (void *) |
|
inline |
Definition at line 473 of file linked-elements-test.cpp.
| typedef AllocationCluster& CustomAllocator |
Definition at line 469 of file linked-elements-test.cpp.
|
inline |
Definition at line 479 of file linked-elements-test.cpp.
References LinkedElements_test::UseAllocationCluster::cluster_, and AllocationCluster::create().
Here is the call graph for this function:
|
inline |
Definition at line 484 of file linked-elements-test.cpp.
| CustomAllocator cluster_ |
Definition at line 471 of file linked-elements-test.cpp.
Referenced by LinkedElements_test::UseAllocationCluster::create().
Collaboration diagram for LinkedElements_test::UseAllocationCluster: