TSsmSwp Class Reference

class TSsmSwp
Public Member Functions
TSsmSwp(TUint, TInt32)
TSsmSwp(const TSsmSwp &)
IMPORT_C TUintKey()
IMPORT_C voidSet(TUint, TInt32)
IMPORT_C TInt32Value()
IMPORT_C TBooloperator!=(const TSsmSwp &)
IMPORT_C TSsmSwp &operator=(const TSsmSwp &)
IMPORT_C TBooloperator==(const TSsmSwp &)
Private Member Functions
TSsmSwp()
Private Attributes
TUint iKey
TInt32 iValue

Constructor & Destructor Documentation

TSsmSwp(TUint, TInt32)

IMPORT_CTSsmSwp(TUintaKey,
TInt32aValue
)

Parameters

TUint aKey
TInt32 aValue

TSsmSwp(const TSsmSwp &)

IMPORT_CTSsmSwp(const TSsmSwp &aSwp)

Parameters

const TSsmSwp & aSwp

TSsmSwp()

TSsmSwp()[private]

Member Functions Documentation

Key()

IMPORT_C TUintKey()const

Set(TUint, TInt32)

IMPORT_C voidSet(TUintaKey,
TInt32aValue
)

Parameters

TUint aKey
TInt32 aValue

Value()

IMPORT_C TInt32Value()const

operator!=(const TSsmSwp &)

IMPORT_C TBooloperator!=(const TSsmSwp &aSwp)const

Parameters

const TSsmSwp & aSwp

operator=(const TSsmSwp &)

IMPORT_C TSsmSwp &operator=(const TSsmSwp &aSwp)

Parameters

const TSsmSwp & aSwp

operator==(const TSsmSwp &)

IMPORT_C TBooloperator==(const TSsmSwp &aSwp)const

Parameters

const TSsmSwp & aSwp

Member Data Documentation

TUint iKey

TUint iKey[private]

TInt32 iValue

TInt32 iValue[private]