|
Jpp 19.3.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. | |
Protected Member Functions | |
| JSingleton () | |
| Default constructor. | |
| JSingleton (const JSingleton &) | |
| Copy constructor. | |
Private Member Functions | |
| JSingleton & | operator= (const JSingleton &) |
Simple singleton class.
Definition at line 18 of file JSingleton.hh.
| T JLANG::JSingleton< T >::data_type |
Definition at line 20 of file JSingleton.hh.
|
inlineprotected |
|
inlineprotected |
|
inlinestatic |
Get unique instance of template class.
Definition at line 27 of file JSingleton.hh.
|
private |