Auxiliary class to handle version management of given class at reading from a ROOT file.  
 More...
#include <JRootSupportkit.hh>
template<class T>
class JROOT::JActionAtFileRead< T >
Auxiliary class to handle version management of given class at reading from a ROOT file. 
Definition at line 85 of file JRootSupportkit.hh.
 
template<class T > 
template<class U > 
 
 
Execute action. 
This implementation transfers the action to the given object.
- Parameters
 - 
  
    | object | pointer to object (I/O)  | 
    | option | true  | 
  
   
Definition at line 101 of file JRootSupportkit.hh.
  103       object->actionAtFileRead();
 
 
 
 
Execute action. 
This implementation does nothing.
- Parameters
 - 
  
    | object | pointer to object (I/O)  | 
    | option | false  | 
  
   
Definition at line 115 of file JRootSupportkit.hh.
 
 
Execute action. 
- Parameters
 - 
  
    | object | pointer to object (I/O)  | 
  
   
Definition at line 128 of file JRootSupportkit.hh.
  130       execute(
object, JBool<has_method>());
 
static void execute(T *object, JBool< true > option)
Execute action. 
 
 
 
 
  
  
      
        
          | static JFalse JLANG::JTest::test  | 
          ( | 
            | 
          ... | ) | 
           | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
true if class has policy method actionAtFileRead; else false 
Definition at line 120 of file JRootSupportkit.hh.
 
 
The documentation for this class was generated from the following file: