class CArrayFixSeg : public CArrayFix |
Public Member Functions | |
---|---|
CArrayFixSeg(TInt) |
CArrayFixSeg | ( | TInt | aGranularity | ) | [inline, explicit] |
Constructs a segmented array of fixed length objects with the specified granularity.
The length of all array elements is the length of the class passed as the template parameter. The length must be non-zero.
Note that no memory is allocated to the array buffer by this constructor.
panic
E32USER-CBase 17, if the length of the class implied by the template parameter is zero.
panic
E32USER-CBase 18, if aGranularity is not positive.
TInt aGranularity | The granularity of the array. |