TSsmSwp Class Reference

class TSsmSwp
Public Member Functions
TSsmSwp ( TUint , TInt32 )
TSsmSwp (const TSsmSwp &)
IMPORT_C TUint Key ()
IMPORT_C void Set ( TUint , TInt32 )
IMPORT_C TInt32 Value ()
IMPORT_C TBool operator!= (const TSsmSwp &)
IMPORT_C TSsmSwp & operator= (const TSsmSwp &)
IMPORT_C TBool operator== (const TSsmSwp &)
Private Member Functions
TSsmSwp ()
Private Attributes
TUint iKey
TInt32 iValue

Constructor & Destructor Documentation

TSsmSwp(TUint, TInt32)

IMPORT_C TSsmSwp ( TUint aKey,
TInt32 aValue
)

Parameters

TUint aKey
TInt32 aValue

TSsmSwp(const TSsmSwp &)

IMPORT_C TSsmSwp ( const TSsmSwp & aSwp )

Parameters

const TSsmSwp & aSwp

TSsmSwp()

TSsmSwp ( ) [private]

Member Functions Documentation

Key()

IMPORT_C TUint Key ( ) const

Set(TUint, TInt32)

IMPORT_C void Set ( TUint aKey,
TInt32 aValue
)

Parameters

TUint aKey
TInt32 aValue

Value()

IMPORT_C TInt32 Value ( ) const

operator!=(const TSsmSwp &)

IMPORT_C TBool operator!= ( 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 TBool operator== ( const TSsmSwp & aSwp ) const

Parameters

const TSsmSwp & aSwp

Member Data Documentation

TUint iKey

TUint iKey [private]

TInt32 iValue

TInt32 iValue [private]