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

◆ ConstSharedHeap() [2/4]

template<typename T >
aff::ConstSharedHeap< T >::ConstSharedHeap ( T *  pointer,
const Tsize size 
)
inline

Create representation for externally managed memory.

create from externally managed memory

Definition at line 136 of file sharedheap_def.h.

137  : Mheapstruct(new Theapstruct(pointer, 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