|
Jpp
17.0.0-rc.1
the software that should make you happy
|
Simple singleton class. More...
#include <JSingleton.hh>
Public Types | |
| typedef T | data_type |
Static Public Member Functions | |
| static data_type & | getInstance () |
| Get unique instance of template class. More... | |
Protected Member Functions | |
| JSingleton () | |
| Default constructor. More... | |
| JSingleton (const JSingleton &) | |
| Copy constructor. More... | |
Private Member Functions | |
| JSingleton & | operator= (const JSingleton &) |
Simple singleton class.
Definition at line 18 of file JSingleton.hh.
| typedef T JLANG::JSingleton< T >::data_type |
Definition at line 20 of file JSingleton.hh.
|
inlineprotected |
|
inlineprotected |
|
inlinestatic |
|
private |
1.8.5