Definition at line 1338 of file TStreamerInfoActions.cxx.
Public Types | |
| typedef TStreamerInfo::TCompInfo_t | TCompInfo_t |
Public Member Functions | |
| TConfigurationUseCache (TVirtualStreamerInfo *info, TConfiguredAction &action, Bool_t repeat) | |
| ~TConfigurationUseCache () override | |
| virtual void | AddToOffset (Int_t delta) |
| TConfiguration * | Copy () override |
| virtual void | Print () const |
| void | PrintDebug (TBuffer &b, void *addr) const override |
| virtual void | SetMissing () |
Public Attributes | |
| TConfiguredAction | fAction |
| 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. | |
| UInt_t | fLength |
| Number of element in a fixed length array. | |
| Bool_t | fNeedRepeat |
| Int_t | fOffset |
| Offset within the object. | |
|
inherited |
Definition at line 32 of file TStreamerInfoActions.h.
|
inline |
Definition at line 1344 of file TStreamerInfoActions.cxx.
|
inlineoverride |
Definition at line 1359 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 1360 of file TStreamerInfoActions.cxx.
|
virtualinherited |
Reimplemented in TStreamerInfoActions::TConfigurationPushDataCache.
Definition at line 102 of file TStreamerInfoActions.cxx.
|
inlineoverridevirtual |
Reimplemented from TStreamerInfoActions::TConfiguration.
Definition at line 1346 of file TStreamerInfoActions.cxx.
|
virtualinherited |
Reimplemented in TStreamerInfoActions::TBitsConfiguration.
Definition at line 86 of file TStreamerInfoActions.cxx.
| TConfiguredAction TStreamerInfoActions::TConfigurationUseCache::fAction |
Definition at line 1341 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.
|
inherited |
Number of element in a fixed length array.
Definition at line 37 of file TStreamerInfoActions.h.
| Bool_t TStreamerInfoActions::TConfigurationUseCache::fNeedRepeat |
Definition at line 1342 of file TStreamerInfoActions.cxx.
|
inherited |
Offset within the object.
Definition at line 36 of file TStreamerInfoActions.h.