![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 39 of file TProtoClass.h.
Public Types | |
| enum | { kIsObject = BIT(0), kIsTransient = BIT(1), kIsPointer = BIT(2), kBitMask = 0x000000ff } |
Public Member Functions | |
| bool | IsAClass () const |
| 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_t | TestFlag (UInt_t f) const |
| void | SetFlag (UInt_t f, Bool_t on=kTRUE) |
| ClassDef (TProtoRealData, 3) | |
Public Attributes | |
| Long_t | fOffset |
| Int_t | fDMIndex |
| Int_t | fLevel |
| Int_t | fClassIndex |
| char | fStatusFlag |
#include <TProtoClass.h>
| anonymous enum |
| Enumerator | |
|---|---|
| kIsObject | |
| kIsTransient | |
| kIsPointer | |
| kBitMask | |
Definition at line 46 of file TProtoClass.h.
|
inline |
Definition at line 55 of file TProtoClass.h.
| TProtoClass::TProtoRealData::TProtoRealData | ( | const TRealData * | rd | ) |
Definition at line 401 of file TProtoClass.cxx.
|
virtual |
Destructor to pin vtable.
if (gErrorIgnoreLevel==-2) printf("destroy real data %s - ",GetName());
Definition at line 431 of file TProtoClass.cxx.
| TProtoClass::TProtoRealData::ClassDef | ( | TProtoRealData | , |
| 3 | |||
| ) |
| 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 439 of file TProtoClass.cxx.
|
inline |
Definition at line 54 of file TProtoClass.h.
Definition at line 61 of file TProtoClass.h.
Referenced by TProtoClass::TProtoClass(), and TProtoRealData().
Definition at line 60 of file TProtoClass.h.
| Int_t TProtoClass::TProtoRealData::fClassIndex |
Definition at line 43 of file TProtoClass.h.
Referenced by TProtoClass::TProtoClass().
| Int_t TProtoClass::TProtoRealData::fDMIndex |
Definition at line 41 of file TProtoClass.h.
Referenced by TProtoRealData().
| Int_t TProtoClass::TProtoRealData::fLevel |
Definition at line 42 of file TProtoClass.h.
Referenced by TProtoRealData().
| Long_t TProtoClass::TProtoRealData::fOffset |
Definition at line 40 of file TProtoClass.h.
| char TProtoClass::TProtoRealData::fStatusFlag |
Definition at line 44 of file TProtoClass.h.