#include "TStreamerInfo.h"
#include "TFile.h"
#include "TROOT.h"
#include "TClonesArray.h"
#include "TStreamerElement.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TClassTable.h"
#include "TDataMember.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 "TEnum.h"
#include "TRef.h"
#include "TProcessID.h"
#include "TSystem.h"
#include "TObjString.h"
#include "snprintf.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>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
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 class | EUniquePtrOffset : char { kNA = 0 , kZero = 1 , kNonZero = 2 } |
Variables | |
const Int_t | kMaxLen = 1024 |
Definition at line 4944 of file TStreamerInfo.cxx.
Definition at line 5398 of file TStreamerInfo.cxx.
#define READ_ARRAY | ( | TYPE_t | ) |
|
strong |
Enumerator | |
---|---|
kNA | |
kZero | |
kNonZero |
Definition at line 135 of file TStreamerInfo.cxx.
|
static |
Definition at line 5685 of file TStreamerInfo.cxx.
|
static |
Return true if the element is auto_ptr or unique_ptr.
Definition at line 3433 of file TStreamerInfo.cxx.
Definition at line 112 of file TStreamerInfo.cxx.
|
static |
Definition at line 98 of file TStreamerInfo.cxx.
Definition at line 87 of file TStreamerInfo.cxx.
|
static |
Definition at line 124 of file TStreamerInfo.cxx.
Definition at line 3404 of file TStreamerInfo.cxx.
Definition at line 3575 of file TStreamerInfo.cxx.
|
static |
Write down the pointers and arrays part of the body of the 'move' constructor.
Definition at line 3447 of file TStreamerInfo.cxx.
|
static |
Write down the body of the 'move' constructor.
Definition at line 3512 of file TStreamerInfo.cxx.
|
static |
Write down the body of the 'move' constructor.
Definition at line 3545 of file TStreamerInfo.cxx.
Definition at line 3425 of file TStreamerInfo.cxx.
Definition at line 83 of file TStreamerInfo.cxx.