TDbCell Class Reference

class TDbCell
Public Member Functions
TAny *Data()
const TAny *Data()
TInt Length()
TDbCell *Next()
const TDbCell *Next()
voidSetLength(TInt)
TInt Size(TInt)
TInt Size()
Private Attributes
TUint8 iBuf
TInt iLength

Member Functions Documentation

Data()

TAny *Data()[inline]

Data()

const TAny *Data()const [inline]

Length()

TInt Length()const [inline]

Next()

TDbCell *Next()[inline]

Next()

const TDbCell *Next()const [inline]

SetLength(TInt)

voidSetLength(TIntaLength)[inline]

Parameters

TInt aLength

Size(TInt)

TInt Size(TIntaLength)[static, inline]

Parameters

TInt aLength

Size()

TInt Size()const [inline]

Member Data Documentation

TUint8 iBuf

TUint8 iBuf[private]

TInt iLength

TInt iLength[private]