TLbsHostSettingsClassTypeBase Class Reference

class TLbsHostSettingsClassTypeBase

Base class for host settings class types. It defines methods to get the type of the derived host settings class and the size of the derived class.

Public Member Functions
IMPORT_C TUint ClassSize ()
IMPORT_C TUint32 ClassType ()
Protected Member Functions
TLbsHostSettingsClassTypeBase ()
Protected Attributes
TUint iClassSize
TUint32 iClassType

Constructor & Destructor Documentation

TLbsHostSettingsClassTypeBase()

IMPORT_C TLbsHostSettingsClassTypeBase ( ) [protected]

Default constructor

Member Functions Documentation

ClassSize()

IMPORT_C TUint ClassSize ( ) const

Retrieves the class size

ClassType()

IMPORT_C TUint32 ClassType ( ) const

Retrieves the class type

Member Data Documentation

TUint iClassSize

TUint iClassSize [protected]

The size of the derived class

TUint32 iClassType

TUint32 iClassType [protected]

The type of the derived class