|
|
|
|
Location:
cnode.h
class CIntAttribute : public CBase;
Provides an object wrapper around a TInt value.
CBase - Base class for all classes to be instantiated on the heap
CIntAttribute - Provides an object wrapper around a TInt value
Defined in CIntAttribute:
CIntAttribute(), Int()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
inline CIntAttribute(TInt aInteger);
Constructor.
|
inline TInt Int() const;
Gets the wrapped integer.
|