| 
    Jpp test-rotations-old
    
   the software that should make you happy 
   | 
 
Implementation for handling of a template class. More...
#include <JRootTypesHandler.hh>
  
Public Member Functions | |
| virtual void | apply (JType_t &object, const char *const name) const override | 
| Apply type with given name to object.   | |
Implementation 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);
This class implements the JROOT::JAstractType interface for the given template class.
Definition at line 72 of file JRootTypesHandler.hh.
      
  | 
  inlineoverridevirtual | 
Apply type with given name to object.
| object | object | 
| name | name | 
Implements JROOT::JAbstractType< JType_t >.
Definition at line 82 of file JRootTypesHandler.hh.