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

◆ writable_array()

template<class T>
T* aff::ConstSharedHeap< T >::writable_array ( )
inlineprotectedinherited

Return array access.

Returns
pointer to array on heap

Definition at line 225 of file sharedheap.h.

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