1#ifndef __JTOOLS__JDRIVER__ 
    2#define __JTOOLS__JDRIVER__ 
   26  template<
class JClass_t>
 
   37      return new JClass_t();
 
 
  123    static inline JClass_t* 
load(std::istream& in)
 
 
  136    static inline void store(std::ostream& out, 
const T* p)
 
 
 
Test availability of stream operators.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary template class for type bool.