#include <badesca.h>
Link against: bafl.lib
class CDesC8ArraySeg : public CDesC8Array |
Public Member Functions | |
---|---|
CDesC8ArraySeg(TInt) | |
~CDesC8ArraySeg() |
IMPORT_C | CDesC8ArraySeg | ( | TInt | aGranularity | ) |
Constructs a segmented descriptor array with the specified granularity.
No memory is allocated to the array buffer by this constructor.
Parameters | |
---|---|
aGranularity | The granularity of the array. This value must be positive otherwise the constructor raises an E32USER-CBase 18 panic. |