Ulogger::TPluginConfiguration Class Reference

class Ulogger::TPluginConfiguration

Class to store 'key - value' data on heap.

Public Member Functions
const TBuf < KPluginConfigMaxKeySize > & Key ()
void SetKey (const TDesC &)
void SetKey (const TDesC8 &)
void SetValue (const TDesC &)
void SetValue (const TDesC8 &)
const TBuf < KPluginConfigMaxValSize > & Value ()
Private Attributes
TBuf < KPluginConfigMaxKeySize > iKey
TBuf < KPluginConfigMaxValSize > iValue

Member Functions Documentation

Key()

const TBuf < KPluginConfigMaxKeySize > & Key ( ) const [inline]

SetKey(const TDesC &)

void SetKey ( const TDesC & aKey ) [inline]

Parameters

const TDesC & aKey

SetKey(const TDesC8 &)

void SetKey ( const TDesC8 & aKey ) [inline]

Parameters

const TDesC8 & aKey

SetValue(const TDesC &)

void SetValue ( const TDesC & aValue ) [inline]

Parameters

const TDesC & aValue

SetValue(const TDesC8 &)

void SetValue ( const TDesC8 & aValue ) [inline]

Parameters

const TDesC8 & aValue

Value()

const TBuf < KPluginConfigMaxValSize > & Value ( ) const [inline]

Member Data Documentation

TBuf< KPluginConfigMaxKeySize > iKey

TBuf < KPluginConfigMaxKeySize > iKey [private]

TBuf< KPluginConfigMaxValSize > iValue

TBuf < KPluginConfigMaxValSize > iValue [private]