1#ifndef __JLANG__JSINGLETON__ 
    2#define __JLANG__JSINGLETON__ 
    9namespace 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).
 
JSingleton()
Default constructor.
 
JSingleton(const JSingleton &)
Copy constructor.
 
JSingleton & operator=(const JSingleton &)
 
static data_type & getInstance()
Get unique instance of template class.