This page was last modified 21:13, 13 December 2007.
How to implement a singleton class in Symbian OS
From Forum Nokia Wiki
The Singleton is a useful Design Pattern for allowing only one instance of your class.The Singleton's purpose is to control object creation, limiting the number to one but allowing the flexibility to create more objects if the situation changes.
Since there is only one Singleton instance, any instance fields of a Singleton will occur only once per class, just like static fields.
Implementation of a singleton class in Symbian OS
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to load a Symbian DLL | ggomeze | Python | 16 | 2007-12-06 13:17 |
| How to implement a open font with kerning and ligatures? | oasisfeng | Symbian Media (Graphics & Sounds) | 0 | 2006-07-02 10:47 |
| How to initialize??? | Tanya | General Symbian C++ | 9 | 2007-12-26 12:09 |
| Another ListBox problem | arachidyl | General Symbian C++ | 6 | 2007-03-05 05:43 |
| Thread suspended by user | rambler82 | General Symbian C++ | 8 | 2006-11-08 11:32 |
