ROOT 6.18/05 Reference Guide |
Base class of the Configurations.
Definition at line 30 of file TStreamerInfoActions.h.
Public Types | |
typedef TStreamerInfo::TCompInfo_t | TCompInfo_t |
Public Member Functions | |
TConfiguration (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset) | |
TConfiguration (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length) | |
virtual | ~TConfiguration () |
virtual void | AddToOffset (Int_t delta) |
virtual TConfiguration * | Copy () |
virtual void | Print () const |
virtual void | PrintDebug (TBuffer &buffer, void *object) const |
virtual void | SetMissing () |
Public Attributes | |
TCompInfo_t * | fCompInfo |
Access to compiled information (for legacy code) More... | |
UInt_t | fElemId |
Identifier of the TStreamerElement. More... | |
TVirtualStreamerInfo * | fInfo |
TStreamerInfo form which the action is derived. More... | |
UInt_t | fLength |
Number of element in a fixed length array. More... | |
Int_t | fOffset |
Offset within the object. More... | |
#include <TStreamerInfoActions.h>
Definition at line 33 of file TStreamerInfoActions.h.
|
inline |
Definition at line 40 of file TStreamerInfoActions.h.
|
inline |
Definition at line 41 of file TStreamerInfoActions.h.
|
inlinevirtual |
Definition at line 42 of file TStreamerInfoActions.h.
Definition at line 72 of file TStreamerInfoActions.cxx.
|
inlinevirtual |
Definition at line 47 of file TStreamerInfoActions.h.
|
virtual |
Definition at line 97 of file TStreamerInfoActions.cxx.
|
virtual |
Definition at line 112 of file TStreamerInfoActions.cxx.
|
virtual |
Definition at line 81 of file TStreamerInfoActions.cxx.
TCompInfo_t* TStreamerInfoActions::TConfiguration::fCompInfo |
Access to compiled information (for legacy code)
Definition at line 36 of file TStreamerInfoActions.h.
UInt_t TStreamerInfoActions::TConfiguration::fElemId |
Identifier of the TStreamerElement.
Definition at line 35 of file TStreamerInfoActions.h.
TVirtualStreamerInfo* TStreamerInfoActions::TConfiguration::fInfo |
TStreamerInfo form which the action is derived.
Definition at line 34 of file TStreamerInfoActions.h.
UInt_t TStreamerInfoActions::TConfiguration::fLength |
Number of element in a fixed length array.
Definition at line 38 of file TStreamerInfoActions.h.
Int_t TStreamerInfoActions::TConfiguration::fOffset |
Offset within the object.
Definition at line 37 of file TStreamerInfoActions.h.