Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JRootTypewriter.hh File Reference
#include <string>
#include <memory>
#include <map>
#include <ostream>
#include "TString.h"
#include "TDictionary.h"
#include "TVirtualCollectionProxy.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TBaseClass.h"
#include "TDataMember.h"
#include "TArray.h"
#include "TArrayC.h"
#include "TArrayS.h"
#include "TArrayI.h"
#include "TArrayL.h"
#include "TArrayF.h"
#include "TArrayD.h"
#include "TList.h"
#include "TDirectory.h"
#include "JLang/JTypeList.hh"
#include "JLang/JPrimitiveTypes.hh"
#include "JROOT/JRootClass.hh"

Go to the source code of this file.

Classes

class  JROOT::JAbstractTypewriter
 Interface for printing of a template class. More...
 
class  JROOT::JObjectTypewriter< T >
 Implementation for printing of a template class. More...
 
struct  JROOT::JBranchClass
 ROOT branch class. More...
 
class  JROOT::JRootTypewriter
 ROOT type writer. More...
 

Namespaces

namespace  JROOT
 Auxiliary classes and methods for ROOT I/O.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Macros

#define VALUE_TYPE(__TYPE__)
 

Macro Definition Documentation

◆ VALUE_TYPE

#define VALUE_TYPE ( __TYPE__)
Value:
value_type(#__TYPE__, new JObjectTypewriter<__TYPE__>())