1 #ifndef __JTOOLS__JDriver__ 
    2 #define __JTOOLS__JDriver__ 
   16 namespace JPP { 
using namespace JTOOLS; }
 
   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)
 
Auxiliary template class for type bool. 
 
Test availability of redirect operators.