ROOT 6.10/09 Reference Guide |
#include "TStreamerInfo.h"
#include "TFile.h"
#include "TROOT.h"
#include "TClonesArray.h"
#include "TStreamerElement.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TDataMember.h"
#include "TMethodCall.h"
#include "TDataType.h"
#include "TRealData.h"
#include "TBaseClass.h"
#include "TBuffer.h"
#include "TArrayC.h"
#include "TArrayI.h"
#include "TArrayF.h"
#include "TArrayD.h"
#include "TArrayS.h"
#include "TArrayL.h"
#include "TError.h"
#include "TRef.h"
#include "TProcessID.h"
#include "TSystem.h"
#include "TStreamer.h"
#include "TContainerConverters.h"
#include "TCollectionProxyFactory.h"
#include "TVirtualCollectionProxy.h"
#include "TInterpreter.h"
#include "TMemberInspector.h"
#include "TMakeProject.h"
#include "TSchemaRuleSet.h"
#include "TSchemaRule.h"
#include "TVirtualMutex.h"
#include "TStreamerInfoActions.h"
#include <memory>
#include <array>
Macros | |
#define | DeleteBasicPointer(addr, element, name) |
#define | DOLOOP for (k = 0, pointer = arr[0]; k < narr; pointer = arr[++k]) |
#define | READ_ARRAY(TYPE_t) |
Enumerations | |
enum | EUniquePtrOffset : char { EUniquePtrOffset::kNA = 0, EUniquePtrOffset::kZero = 1, EUniquePtrOffset::kNonZero = 2 } |
Functions | |
static void | R__TObjArray_InsertAfter (TObjArray *arr, TObject *newobj, TObject *oldobj) |
static void | R__TObjArray_InsertAt (TObjArray *arr, TObject *obj, Int_t at) |
static void | R__TObjArray_InsertAt (TObjArray *arr, std::vector< TStreamerArtificial *> &objs, Int_t at) |
static void | R__TObjArray_InsertBefore (TObjArray *arr, TObject *newobj, TObject *oldobj) |
static void | R__WriteConstructorBody (FILE *file, TIter &next) |
static void | R__WriteDestructorBody (FILE *file, TIter &next) |
static void | R__WriteMoveConstructorBody (FILE *file, const TString &protoname, TIter &next) |
Write down the body of the 'move' constructor. More... | |
Variables | |
const Int_t | kMaxLen = 1024 |
#define DeleteBasicPointer | ( | addr, | |
element, | |||
name | |||
) |
Definition at line 4749 of file TStreamerInfo.cxx.
#define DOLOOP for (k = 0, pointer = arr[0]; k < narr; pointer = arr[++k]) |
Definition at line 5199 of file TStreamerInfo.cxx.
#define READ_ARRAY | ( | TYPE_t | ) |
|
strong |
Enumerator | |
---|---|
kNA | |
kZero | |
kNonZero |
Definition at line 133 of file TStreamerInfo.cxx.
Definition at line 110 of file TStreamerInfo.cxx.
Definition at line 85 of file TStreamerInfo.cxx.
|
static |
Definition at line 96 of file TStreamerInfo.cxx.
|
static |
Definition at line 122 of file TStreamerInfo.cxx.
Definition at line 3279 of file TStreamerInfo.cxx.
Definition at line 3393 of file TStreamerInfo.cxx.
|
static |
Write down the body of the 'move' constructor.
Definition at line 3303 of file TStreamerInfo.cxx.
const Int_t kMaxLen = 1024 |
Definition at line 81 of file TStreamerInfo.cxx.