1 #ifndef __JLANG__JSINGLETON__
2 #define __JLANG__JSINGLETON__
9 namespace JPP {
using namespace JLANG; }
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
static data_type & getInstance()
Get unique instance of template class.
JSingleton()
Default constructor.
JSingleton & operator=(const JSingleton &)
JSingleton(const JSingleton &)
Copy constructor.