ROOT 6.10/09 Reference Guide |
Definition at line 37 of file TProtoClass.h.
Public Types | |
enum | { kIsObject = BIT(0), kIsTransient = BIT(1), kIsPointer = BIT(2), kBitMask = 0x000000ff } |
Public Member Functions | |
TProtoRealData () | |
TProtoRealData (const TRealData *rd) | |
virtual | ~TProtoRealData () |
Destructor to pin vtable. More... | |
TRealData * | CreateRealData (TClass *currentClass, TClass *parent, TRealData *parentData, int prevLevel) const |
Create a TRealData from this, with its data member coming from dmClass. More... | |
bool | IsAClass () const |
void | SetFlag (UInt_t f, Bool_t on=kTRUE) |
Bool_t | TestFlag (UInt_t f) const |
Public Attributes | |
Int_t | fClassIndex |
Int_t | fDMIndex |
Int_t | fLevel |
Long_t | fOffset |
char | fStatusFlag |
#include <TProtoClass.h>
anonymous enum |
Enumerator | |
---|---|
kIsObject | |
kIsTransient | |
kIsPointer | |
kBitMask |
Definition at line 44 of file TProtoClass.h.
|
inline |
Definition at line 53 of file TProtoClass.h.
TProtoClass::TProtoRealData::TProtoRealData | ( | const TRealData * | rd | ) |
Definition at line 406 of file TProtoClass.cxx.
|
virtual |
Destructor to pin vtable.
if (gErrorIgnoreLevel==-2) printf("destroy real data %s - ",GetName());
Definition at line 436 of file TProtoClass.cxx.
TRealData * TProtoClass::TProtoRealData::CreateRealData | ( | TClass * | dmClass, |
TClass * | parent, | ||
TRealData * | prevData, | ||
int | prevLevel | ||
) | const |
Create a TRealData from this, with its data member coming from dmClass.
find data member from protoclass
Definition at line 444 of file TProtoClass.cxx.
|
inline |
Definition at line 52 of file TProtoClass.h.
Definition at line 59 of file TProtoClass.h.
Definition at line 58 of file TProtoClass.h.
Int_t TProtoClass::TProtoRealData::fClassIndex |
Definition at line 41 of file TProtoClass.h.
Int_t TProtoClass::TProtoRealData::fDMIndex |
Definition at line 39 of file TProtoClass.h.
Int_t TProtoClass::TProtoRealData::fLevel |
Definition at line 40 of file TProtoClass.h.
Long_t TProtoClass::TProtoRealData::fOffset |
Definition at line 38 of file TProtoClass.h.
char TProtoClass::TProtoRealData::fStatusFlag |
Definition at line 42 of file TProtoClass.h.