TLbsHostSettingsClassTypeBase Class Reference

#include <lbs/lbshostsettingsclasstypes.h>

Link against: lbshostsettings.lib

class TLbsHostSettingsClassTypeBase
Protected Attributes
TUint iClassSize
TUint32 iClassType
Public Member Functions
IMPORT_C TUintClassSize()
IMPORT_C TUint32ClassType()
Protected Member Functions
TLbsHostSettingsClassTypeBase()

Detailed Description

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.

Member Attribute Documentation

iClassSize

TUint iClassSize[protected]

The size of the derived class

iClassType

TUint32 iClassType[protected]

The type of the derived class

Constructor & Destructor Documentation

TLbsHostSettingsClassTypeBase ( )

IMPORT_CTLbsHostSettingsClassTypeBase()[protected]

Default constructor

Member Function Documentation

ClassSize ( )

IMPORT_C TUintClassSize()const

Retrieves the class size

Return Value
The class size

ClassType ( )

IMPORT_C TUint32ClassType()const

Retrieves the class type

Return Value
The class type