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

◆ ConstSharedHeap() [1/4]

template<typename T >
aff::ConstSharedHeap< T >::ConstSharedHeap ( )
inline

Create from nothing.

create representation from nothing

Definition at line 120 of file sharedheap_def.h.

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