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

◆ ConstSharedHeap() [3/4]

template<typename T >
aff::ConstSharedHeap< T >::ConstSharedHeap ( const Tcontainer sharedheap)
inline

Copy representation to share heap.

create representation from another representation

Definition at line 144 of file sharedheap_def.h.

References aff::ConstSharedHeap< T >::Mheapstruct, and aff::util::SHeap< T >::Mnref.

145  : Mheapstruct(sharedheap.Mheapstruct)
146  { ++(Mheapstruct->Mnref); }
Theapstruct * Mheapstruct
shared heap structure
Definition: sharedheap.h:229
Tsize Mnref
number of referencing instances
Definition: sharedheap.h:114