#include "TROOT.h"#include "TStreamerElement.h"#include "TVirtualStreamerInfo.h"#include "TClass.h"#include "TClassEdit.h"#include "TClassStreamer.h"#include "TBaseClass.h"#include "TDataMember.h"#include "TDataType.h"#include "TMethodCall.h"#include "TRealData.h"#include "TFolder.h"#include "TRef.h"#include "TInterpreter.h"#include "TError.h"#include "TVirtualMutex.h"#include <iostream>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | std |
Functions | |
| static TStreamerBasicType * | InitCounter (const char *countClass, const char *countName, TObject *directive) |
| static void | GetRange (const char *comments, Double_t &xmin, Double_t &xmax, Double_t &factor) |
| ClassImp (TStreamerElement) TStreamerElement | |
| ClassImp (TStreamerBase) TStreamerBase | |
| ClassImp (TStreamerBasicPointer) TStreamerBasicPointer | |
| ClassImp (TStreamerLoop) TStreamerLoop | |
| ClassImp (TStreamerBasicType) TStreamerBasicType | |
| ClassImp (TStreamerObject) TStreamerObject | |
| ClassImp (TStreamerObjectAny) TStreamerObjectAny | |
| ClassImp (TStreamerObjectPointer) TStreamerObjectPointer | |
| ClassImp (TStreamerObjectAnyPointer) TStreamerObjectAnyPointer | |
| ClassImp (TStreamerString) TStreamerString | |
| ClassImp (TStreamerSTL) TStreamerSTL | |
| ClassImp (TStreamerSTLstring) TStreamerSTLstring | |
Variables | |
| const Int_t | kMaxLen = 1024 |
| static TString | gIncludeName (kMaxLen) |
| void * | gMmallocDesc |
| ClassImp | ( | TStreamerSTLstring | ) |
Definition at line 1775 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerSTL | ) |
Definition at line 1497 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerString | ) |
Definition at line 1428 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerObjectAnyPointer | ) |
Definition at line 1334 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerObjectPointer | ) |
Definition at line 1231 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerObjectAny | ) |
Definition at line 1139 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerObject | ) |
Definition at line 1043 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerBasicType | ) |
Definition at line 948 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerLoop | ) |
Definition at line 845 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerBasicPointer | ) |
Definition at line 739 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerBase | ) |
Definition at line 502 of file TStreamerElement.cxx.
| ClassImp | ( | TStreamerElement | ) |
| static void GetRange | ( | const char * | comments, | |
| Double_t & | xmin, | |||
| Double_t & | xmax, | |||
| Double_t & | factor | |||
| ) | [static] |
Definition at line 78 of file TStreamerElement.cxx.
References TString::Contains(), TString::Data(), Error, ROOT::Math::kPi, nbits, TString::ReplaceAll(), and TString::ToLower().
Referenced by G__G__Base1_154_0_31(), G__G__Geom1_142_0_10(), G__G__GPad_150_0_18(), G__G__GPad_150_0_19(), G__G__Gui2_235_0_16(), G__G__Hist_102_0_50(), G__G__Hist_102_0_51(), G__G__Hist_102_0_52(), G__G__MathFit_101_0_10(), G__G__MathFit_101_0_11(), G__G__MathFit_101_0_12(), G__G__MathFit_101_0_13(), G__G__MathFit_101_0_14(), G__G__Table_219_0_22(), and TStreamerElement::TStreamerElement().
| static TStreamerBasicType* InitCounter | ( | const char * | countClass, | |
| const char * | countName, | |||
| TObject * | directive | |||
| ) | [static] |
Definition at line 46 of file TStreamerElement.cxx.
References xmlio::Class, TClass::GetClass(), TVirtualStreamerInfo::GetElementCounter(), TObject::GetName(), TStreamerElement::GetType(), info, TObject::InheritsFrom(), TVirtualStreamerInfo::kCounter, and TStreamerElement::SetType().
Referenced by TStreamerLoop::Init(), and TStreamerBasicPointer::Init().
TString gIncludeName(kMaxLen) [static] |
Referenced by TStreamerObjectAnyPointer::GetInclude(), TStreamerObjectPointer::GetInclude(), TStreamerBase::GetInclude(), TStreamerSTL::GetInclude(), TStreamerObjectAny::GetInclude(), TStreamerString::GetInclude(), TStreamerObject::GetInclude(), TStreamerSTLstring::GetInclude(), and TStreamerLoop::GetInclude().
| void* gMmallocDesc |
Definition at line 83 of file TClass.cxx.
Definition at line 40 of file TStreamerElement.cxx.
1.5.1