CSdpAttrValueBoolean Class Reference

class CSdpAttrValueBoolean : public CSdpAttrValue

A Boolean value of an attribute.

Inherits from

Constructor & Destructor Documentation

CSdpAttrValueBoolean(TBool)

CSdpAttrValueBoolean ( TBool aBool ) [private]

Parameters

TBool aBool

~CSdpAttrValueBoolean()

~CSdpAttrValueBoolean ( ) [virtual]

Destructor.

Member Functions Documentation

Bool()

TBool Bool ( ) const [virtual]

Gets the attribute value.

DataSize()

TUint DataSize ( ) const [virtual]

Gets the size of the attribute.

NewBoolL(TBool)

IMPORT_C CSdpAttrValueBoolean * NewBoolL ( TBool aBool ) [static]

Allocates and constructs a new CSdpAttrValueBoolean object.

Parameters

TBool aBool Value for the attribute

Type()

TSdpElementType Type ( ) const [virtual]

Gets the attribute type.

Member Data Documentation

TBool iBool

TBool iBool [private]