Jpp
15.0.1-rc.1-highqe
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 |