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

◆ LinearShape() [1/2]

aff::LinearShape::LinearShape ( )
inline

default constructor defines range of size 1

Definition at line 94 of file linearshape.h.

94 : Mfirst(0), Mlast(0), Mbase(0) { }
Tsize Mbase
base for access to representation
Definition: linearshape.h:168
Tsubscript Mlast
last valid index
Definition: linearshape.h:167
Tsubscript Mfirst
first valid index
Definition: linearshape.h:166