MNcdKeyValuePair Class Reference

class MNcdKeyValuePair

An interface for accessing a key - value pair object.

Public Member Functions
const TDesC & Key ()
const TDesC & Value ()

Member Functions Documentation

Key()

const TDesC & Key ( ) const [pure virtual]

Returns the key of the pair.

Value()

const TDesC & Value ( ) const [pure virtual]

Returns the value of the pair.