FreeNOS
Data Structures
Singleton.h File Reference

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...