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

◆ SharedHeap() [2/4]

template<class T>
aff::SharedHeap< T >::SharedHeap ( const Tsize size)
inline

Allocate new heap memory.

Definition at line 275 of file sharedheap.h.

275 : Tbase(size) { }
const Tsize & size() const
Definition: sharedheap.h:179
aff::ConstSharedHeap< T > Tbase
base class
Definition: sharedheap.h:264