Auxiliary class to select ROOT class based on class name.  
 More...
#include <JROOTClassSelector.hh>
Auxiliary class to select ROOT class based on class name. 
Definition at line 31 of file JROOTClassSelector.hh.
 
  
  
      
        
          | JROOT::JROOTClassSelector::JROOTClassSelector  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | JROOT::JROOTClassSelector::JROOTClassSelector  | 
          ( | 
          const char *  | 
          type_name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | JROOT::JROOTClassSelector::JROOTClassSelector  | 
          ( | 
          const std::string &  | 
          type_name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
template<class T > 
  
  
      
        
          | JROOT::JROOTClassSelector::JROOTClassSelector  | 
          ( | 
          const JType< T > &  | 
          type | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Contructor. 
- Parameters
 - 
  
  
 
Definition at line 68 of file JROOTClassSelector.hh.
std::string getClassname(const std::string &type_name)
Get type name, i.e. 
 
 
 
 
template<class T > 
  
  
      
        
          | bool JROOT::JROOTClassSelector::operator()  | 
          ( | 
          const JType< T > &  | 
          type | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Get status of given data type. 
- Parameters
 - 
  
  
 
- Returns
 - true if valid class name; else false 
 
Definition at line 80 of file JROOTClassSelector.hh.
std::string getClassname(const std::string &type_name)
Get type name, i.e. 
 
 
 
 
The documentation for this struct was generated from the following file: