FreeNOS
|
Go to the source code of this file.
Data Structures | |
class | StrictSingleton< T > |
Singleton design pattern: only one instance is allowed. More... | |
class | WeakSingleton< T > |
Singleton design pattern: only one instance is allowed. More... | |