Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
LinkedElements_test::UseAllocationCluster Struct Reference

Description

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 AllocationClusterCustomAllocator
 

Public Attributes

CustomAllocator cluster_
 

Public Member Functions

 UseAllocationCluster (CustomAllocator clu)
 
template<class TY , typename... ARGS>
TY * create (ARGS &&...args)
 
void dispose (void *)
 

Constructor & Destructor Documentation

◆ UseAllocationCluster()

Definition at line 473 of file linked-elements-test.cpp.

Member Typedef Documentation

◆ CustomAllocator

Definition at line 469 of file linked-elements-test.cpp.

Member Function Documentation

◆ create()

template<class TY , typename... ARGS>
TY * create ( ARGS &&...  args)
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:

◆ dispose()

void dispose ( void *  )
inline

Definition at line 484 of file linked-elements-test.cpp.

Member Data Documentation

◆ cluster_

+ Collaboration diagram for LinkedElements_test::UseAllocationCluster:

The documentation for this struct was generated from the following file: