AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ ConstSharedHeap() [4/4]

template<typename T >
aff::ConstSharedHeap< T >::ConstSharedHeap ( const Tsize size)
inlineprotected

Allocate new heap memory.

create representation for given number of elements

Definition at line 128 of file sharedheap_def.h.

129  : Mheapstruct(new Theapstruct(size)) { }
aff::util::SHeap< T > Theapstruct
Type of SHeap struct to be used in any case.
Definition: sharedheap.h:157
const Tsize & size() const
Definition: sharedheap.h:179
Theapstruct * Mheapstruct
shared heap structure
Definition: sharedheap.h:229