#include <isingleton.h>
Static Public Member Functions | |
| T & | Instance () |
Protected Member Functions | |
| ISingleton () | |
| virtual | ~ISingleton ()=0 |
| Make this class abstract. | |
Private Member Functions | |
| ISingleton (const ISingleton< T > &) | |
| Forbid use of copy constructor. | |
| ISingleton< T > & | operator= (const ISingleton< T > &) |
| Forbid use of '=' operator. | |
|
|||||||||
|
Definition at line 56 of file isingleton.h. |
|
|||||||||
|
Make this class abstract.
Definition at line 58 of file isingleton.h. |
|
||||||||||
|
Forbid use of copy constructor.
|
|
|||||||||
|
Definition at line 88 of file isingleton.h. |
|
||||||||||
|
Forbid use of '=' operator.
|
1.3.6