Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: cnode.h

Class CIntAttribute

class CIntAttribute : public CBase;

Description

Provides an object wrapper around a TInt value.

Derivation

Members

Defined in CIntAttribute:
CIntAttribute(), Int()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


CIntAttribute()

inline CIntAttribute(TInt aInteger);

Description

Constructor.

Parameters

TInt aInteger

Integer to wrap

[Top]


Member functions


Int()

inline TInt Int() const;

Description

Gets the wrapped integer.

Return value

TInt

The wrapped integer