Location:
coemain.h
Link against: cone.lib
CCoeStatic
Supported from 6.0
Base class for creating singleton objects that will be stored by
CCoeEnv
. Each object must have a unique TUid
.
The Symbian Platform does not provide writeable global static data. Singleton objects provide its equivalent in thread local storage — which is supported.
This behaviour is useful for objects in which only one copy is ever needed in the thread or application, e.g. in alert windows.
|
Defined in CCoeStatic
:
CCoeStatic()
, EApp
, EThread
, TScope
, ~CCoeStatic()
Inherited from CBase
:
operator new()