| 
    Jpp test-rotations-old
    
   the software that should make you happy 
   | 
 
Interface for handling of a template class. More...
#include <JRootTypesHandler.hh>
  
Public Member Functions | |
| virtual | ~JAbstractType () | 
| Virtual destructor.   | |
| virtual void | apply (JType_t &object, const char *const name) const =0 | 
| Apply type with given name to object.   | |
Interface for handling of a template class.
The given template class should provide for the function object operator
template<class T> void operator()(const char* const name, const JType<T> type);
Definition at line 41 of file JRootTypesHandler.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Apply type with given name to object.
| object | object | 
| name | name | 
Implemented in JROOT::JObjectType< JType_t, T >.