1 #ifndef __JROOT__JROOTDICTIONARY__ 
    2 #define __JROOT__JROOTDICTIONARY__ 
    8 #include "TDictionary.h" 
   25 namespace JPP { 
using namespace JROOT; }
 
   67 #define VALUE_TYPE(__TYPE__) value_type(#__TYPE__, new JObjectStreamer<__TYPE__>()) 
   71       this->
add(
JType<JRemove<JPrimitiveTypes_t, long double>::typelist>());
 
  103       const TDictionary* pDictionary = TDictionary::GetDictionary(
typeid(
T));
 
  105       if (pDictionary != NULL)
 
  106         return pDictionary->GetName(); 
 
  145     template<
class JElement_t, 
class JAllocator_t>
 
  159     template<
class JHead_t, 
class JTail_t>
 
  181 #define gRootDictionary (JROOT::JRootDictionary::getInstance()) 
void addToRootDictionary()
Add ASCII I/O for (list of) class(es) to dictionary. 
 
#define gRootDictionary
Global ROOT based dictionary for ASCII I/O. 
 
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message. 
 
void add()
Add ASCII I/O for given (list of) class(es) to dictionary. 
 
Auxiliary class for a type holder. 
 
JRootDictionary()
Default constructor. 
 
void add(const JType< JTypeList< JHead_t, JTail_t > > &typelist)
Recursive addition of classes. 
 
void add(const JType< JNullType > &type)
Template specialisation to terminate addition of classes. 
 
void add(const JType< std::vector< JElement_t, JAllocator_t > > &type)
Addition of std::vector. 
 
ASCII I/O of objects with ROOT dictionary. 
 
Auxiliary class for recursive type list generation. 
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
Auxiliary class for no type definition. 
 
#define VALUE_TYPE(__TYPE__)
 
Type definition of ROOT based dictionary for ASCII O. 
 
Default implementation of ROOT based dictionary for ASCII I/O. 
 
void add(const JType< T > &type)
Addition of class. 
 
static const char * getTypename()
Get typename for given template class.