template <> |
class CArrayFixSeg< TAny > : public CArrayFix< TAny > |
An array of fixed length untyped objects using a segmented dynamic buffer.
The array elements are contained within a CBufSeg.
The class is useful for constructing an array of fixed length buffers, where the length is decided at run time.
This class is also useful as a data member of a base class in a thin template class/base class pair where the type of the array element is not known until the owning thin template class is instantiated.
Public Member Functions | |
---|---|
CArrayFixSeg(TInt, TInt) |
CArrayFixSeg | ( | TInt | aRecordLength, |
TInt | aGranularity | ||
) | [inline] |
Constructs a segmented array of fixed length objects with the specified granularity to contain elements of the specified length.
Note that no memory is allocated to the array buffer by this constructor.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.