Replica of structure JLANG::JLabel for data types with ROOT I/O.  
 More...
#include <JRootLabel.hh>
 | 
| static const int  | ID = __ID | 
|   | Type identifier.  More...
  | 
|   | 
template<int __ID, class T>
struct JROOT::JRootLabel< __ID, T >
Replica of structure JLANG::JLabel for data types with ROOT I/O. 
The methods JRootLabel::getName and JRootLabel::getVersion defer the return value to the Class[NV]Def implementations. 
Definition at line 20 of file JRootLabel.hh.
 
◆ getName()
template<int __ID, class T> 
 
Get name of type. 
Definition at line 31 of file JRootLabel.hh.
   33       return T::Class_Name();
 
 
 
 
◆ getVersion()
template<int __ID, class T> 
 
Version. 
Definition at line 40 of file JRootLabel.hh.
   42       return T::Class_Version();
 
 
 
 
◆ ID
template<int __ID, class T> 
 
 
The documentation for this struct was generated from the following file: