Definition at line 210 of file TStreamerInfoActions.cxx.
Public Types | |
| typedef TStreamerInfo::TCompInfo_t | TCompInfo_t |
Public Member Functions | |
| TConfSubSequence (const TConfSubSequence &input) | |
| TConfSubSequence (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, std::unique_ptr< TStreamerInfoActions::TActionSequence > actions) | |
| void | AddToOffset (Int_t delta) override |
| TConfiguration * | Copy () override |
| virtual void | Print () const |
| virtual void | PrintDebug (TBuffer &buffer, void *object) const |
| virtual void | SetMissing () |
Public Attributes | |
| std::unique_ptr< TStreamerInfoActions::TActionSequence > | fActions |
| 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. | |
| Int_t | fOffset |
| Offset within the object. | |
|
inherited |
Definition at line 32 of file TStreamerInfoActions.h.
|
inline |
Definition at line 214 of file TStreamerInfoActions.cxx.
|
inline |
Definition at line 220 of file TStreamerInfoActions.cxx.
|
inlineoverridevirtual |
Reimplemented from TStreamerInfoActions::TConfiguration.
Definition at line 224 of file TStreamerInfoActions.cxx.
|
inlineoverridevirtual |
Reimplemented from TStreamerInfoActions::TConfiguration.
Definition at line 236 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.
| std::unique_ptr<TStreamerInfoActions::TActionSequence> TStreamerInfoActions::TConfSubSequence::fActions |
Definition at line 212 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.
|
inherited |
Offset within the object.
Definition at line 36 of file TStreamerInfoActions.h.