Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <cnode.h>

Class CIntAttribute

class CIntAttribute : public CBase;

Description

Provides an object wrapper around a TInt value.

Derivation

Members

Defined in CIntAttribute:

Inherited from CBase:


Construction and destruction


CIntAttribute(TInt)

inline CIntAttribute(TInt aInteger);

Description

Constructor.

Parameters

TInt aInteger

Integer to wrap

[Top]


Member functions


Int()const

inline TInt Int() const;

Description

Gets the wrapped integer.

Return value

TInt

The wrapped integer