Jpp 19.3.0-rc.1
the software that should make you happy
|
Dictionary for parsing data from ROOT data frame to output. More...
#include <JDataFrame.hh>
Public Types | |
typedef T | data_type |
Public Member Functions | |
JDictionary () | |
template<class T > | |
void | add () |
Add parser for given class to dictionary. | |
Static Public Member Functions | |
template<class T > | |
static const char * | getTypename () |
Get typename for given template class. | |
static data_type & | getInstance () |
Get unique instance of template class. | |
Dictionary for parsing data from ROOT data frame to output.
Definition at line 132 of file JDataFrame.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inline |
Definition at line 136 of file JDataFrame.hh.
|
inlinestatic |
Get typename for given template class.
This method uses the TDictionary class to get the name of the given class.
Definition at line 163 of file JDataFrame.hh.
|
inline |
Add parser for given class to dictionary.
Definition at line 178 of file JDataFrame.hh.
|
inlinestaticinherited |
Get unique instance of template class.
Definition at line 27 of file JSingleton.hh.