Definition at line 239 of file TStreamerInfoActions.cxx.
Public Types | |
| typedef TStreamerInfo::TCompInfo_t | TCompInfo_t |
Public Member Functions | |
| TConfStreamerLoop (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, bool isPtrPtr) | |
| virtual void | AddToOffset (Int_t delta) |
| TConfiguration * | Copy () override |
| 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). | |
| UInt_t | fElemId |
| Identifier of the TStreamerElement. | |
| TVirtualStreamerInfo * | fInfo |
| TStreamerInfo form which the action is derived. | |
| bool | fIsPtrPtr = false |
| UInt_t | fLength |
| Number of element in a fixed length array. | |
| Int_t | fOffset |
| Offset within the object. | |
|
inherited |
Definition at line 32 of file TStreamerInfoActions.h.
|
inline |
Definition at line 242 of file TStreamerInfoActions.cxx.
|
virtualinherited |
Reimplemented in TStreamerInfoActions::TBitsConfiguration, and TStreamerInfoActions::TConfSubSequence.
Definition at line 77 of file TStreamerInfoActions.cxx.
|
inlineoverridevirtual |
Reimplemented from TStreamerInfoActions::TConfiguration.
Definition at line 247 of file TStreamerInfoActions.cxx.
|
virtualinherited |
Reimplemented in TStreamerInfoActions::TConfigurationPushDataCache.
Definition at line 102 of file TStreamerInfoActions.cxx.
|
virtualinherited |
Reimplemented in TStreamerInfoActions::TBitsConfiguration, TStreamerInfoActions::TConfigurationPushDataCache, TStreamerInfoActions::TConfigurationUseCache, and TStreamerInfoActions::TGenericConfiguration.
Definition at line 117 of file TStreamerInfoActions.cxx.
|
virtualinherited |
Reimplemented in TStreamerInfoActions::TBitsConfiguration.
Definition at line 86 of file TStreamerInfoActions.cxx.
|
inherited |
Access to compiled information (for legacy code).
Definition at line 35 of file TStreamerInfoActions.h.
|
inherited |
Identifier of the TStreamerElement.
Definition at line 34 of file TStreamerInfoActions.h.
|
inherited |
TStreamerInfo form which the action is derived.
Definition at line 33 of file TStreamerInfoActions.h.
| bool TStreamerInfoActions::TConfStreamerLoop::fIsPtrPtr = false |
Definition at line 240 of file TStreamerInfoActions.cxx.
|
inherited |
Number of element in a fixed length array.
Definition at line 37 of file TStreamerInfoActions.h.
|
inherited |
Offset within the object.
Definition at line 36 of file TStreamerInfoActions.h.