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

◆ array()

template<class T>
const T* aff::ConstSharedHeap< T >::array ( ) const
inline

Return array access.

Returns
pointer to array on heap

Definition at line 185 of file sharedheap.h.

186  { return(Mheapstruct->Mheap); }
Theapstruct * Mheapstruct
shared heap structure
Definition: sharedheap.h:229
T * Mheap
shared raw array on heap
Definition: sharedheap.h:112