Location:
e32base.h
class CArrayFixSeg : public CArrayFix< T >;
Array of fixed length objects contained within a segmented buffer.
The elements of the array are instances of the template class T.
The segmented buffer is an instance of a CBufSeg
.
The elements can be T or R type objects and must have an accessible default constructor.
CArrayFix< T >
- No description.
CArrayFixSeg
- Array of fixed length objects contained within a segmented buffer
Defined in CArrayFixSeg
:
CArrayFixSeg()
inline CArrayFixSeg(TInt aGranularity);
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.
|
|