Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TStreamerInfoActions::TConfSubSequence Struct Reference

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
TConfigurationCopy () override
virtual void Print () const
virtual void PrintDebug (TBuffer &buffer, void *object) const
virtual void SetMissing ()

Public Attributes

std::unique_ptr< TStreamerInfoActions::TActionSequencefActions
TCompInfo_tfCompInfo
 Access to compiled information (for legacy code).
UInt_t fElemId
 Identifier of the TStreamerElement.
TVirtualStreamerInfofInfo
 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.
Inheritance diagram for TStreamerInfoActions::TConfSubSequence:
TStreamerInfoActions::TConfiguration

Member Typedef Documentation

◆ TCompInfo_t

Constructor & Destructor Documentation

◆ TConfSubSequence() [1/2]

TStreamerInfoActions::TConfSubSequence::TConfSubSequence ( TVirtualStreamerInfo * info,
UInt_t id,
TCompInfo_t * compinfo,
Int_t offset,
std::unique_ptr< TStreamerInfoActions::TActionSequence > actions )
inline

Definition at line 214 of file TStreamerInfoActions.cxx.

◆ TConfSubSequence() [2/2]

TStreamerInfoActions::TConfSubSequence::TConfSubSequence ( const TConfSubSequence & input)
inline

Definition at line 220 of file TStreamerInfoActions.cxx.

Member Function Documentation

◆ AddToOffset()

void TStreamerInfoActions::TConfSubSequence::AddToOffset ( Int_t delta)
inlineoverridevirtual

Reimplemented from TStreamerInfoActions::TConfiguration.

Definition at line 224 of file TStreamerInfoActions.cxx.

◆ Copy()

TConfiguration * TStreamerInfoActions::TConfSubSequence::Copy ( )
inlineoverridevirtual

Reimplemented from TStreamerInfoActions::TConfiguration.

Definition at line 236 of file TStreamerInfoActions.cxx.

◆ Print()

void TStreamerInfoActions::TConfiguration::Print ( ) const
virtualinherited

◆ PrintDebug()

void TStreamerInfoActions::TConfiguration::PrintDebug ( TBuffer & buffer,
void * object ) const
virtualinherited

◆ SetMissing()

void TStreamerInfoActions::TConfiguration::SetMissing ( )
virtualinherited

Reimplemented in TStreamerInfoActions::TBitsConfiguration.

Definition at line 86 of file TStreamerInfoActions.cxx.

Member Data Documentation

◆ fActions

std::unique_ptr<TStreamerInfoActions::TActionSequence> TStreamerInfoActions::TConfSubSequence::fActions

Definition at line 212 of file TStreamerInfoActions.cxx.

◆ fCompInfo

TCompInfo_t* TStreamerInfoActions::TConfiguration::fCompInfo
inherited

Access to compiled information (for legacy code).

Definition at line 35 of file TStreamerInfoActions.h.

◆ fElemId

UInt_t TStreamerInfoActions::TConfiguration::fElemId
inherited

Identifier of the TStreamerElement.

Definition at line 34 of file TStreamerInfoActions.h.

◆ fInfo

TVirtualStreamerInfo* TStreamerInfoActions::TConfiguration::fInfo
inherited

TStreamerInfo form which the action is derived.

Definition at line 33 of file TStreamerInfoActions.h.

◆ fLength

UInt_t TStreamerInfoActions::TConfiguration::fLength
inherited

Number of element in a fixed length array.

Definition at line 37 of file TStreamerInfoActions.h.

◆ fOffset

Int_t TStreamerInfoActions::TConfiguration::fOffset
inherited

Offset within the object.

Definition at line 36 of file TStreamerInfoActions.h.


The documentation for this struct was generated from the following file: