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

◆ size() [1/2]

template<class T>
const Tsize& aff::ConstSharedHeap< T >::size ( ) const
inlineinherited

Return size (always inline).

Return values
sizeof array on heap.

Definition at line 179 of file sharedheap.h.

Referenced by aff::dump(), and aff::dump_layout().

180  { return(Mheapstruct->Msize); }
Theapstruct * Mheapstruct
shared heap structure
Definition: sharedheap.h:229
Tsize Msize
size (number of elements) of array
Definition: sharedheap.h:113
Here is the caller graph for this function: