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

Definition at line 143 of file TStreamerInfoActions.cxx.

Public Types

typedef TStreamerInfo::TCompInfo_t TCompInfo_t

Public Member Functions

 TGenericConfiguration (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset=0)
virtual void AddToOffset (Int_t delta)
TConfigurationCopy () override
virtual void Print () const
void PrintDebug (TBuffer &, void *) const override
virtual void SetMissing ()

Public Attributes

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::TGenericConfiguration:
TStreamerInfoActions::TConfiguration

Member Typedef Documentation

◆ TCompInfo_t

Constructor & Destructor Documentation

◆ TGenericConfiguration()

TStreamerInfoActions::TGenericConfiguration::TGenericConfiguration ( TVirtualStreamerInfo * info,
UInt_t id,
TCompInfo_t * compinfo,
Int_t offset = 0 )
inline

Definition at line 147 of file TStreamerInfoActions.cxx.

Member Function Documentation

◆ AddToOffset()

void TStreamerInfoActions::TConfiguration::AddToOffset ( Int_t delta)
virtualinherited

◆ Copy()

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

Reimplemented from TStreamerInfoActions::TConfiguration.

Definition at line 152 of file TStreamerInfoActions.cxx.

◆ Print()

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

◆ PrintDebug()

void TStreamerInfoActions::TGenericConfiguration::PrintDebug ( TBuffer & ,
void *  ) const
inlineoverridevirtual

Reimplemented from TStreamerInfoActions::TConfiguration.

Definition at line 148 of file TStreamerInfoActions.cxx.

◆ SetMissing()

void TStreamerInfoActions::TConfiguration::SetMissing ( )
virtualinherited

Reimplemented in TStreamerInfoActions::TBitsConfiguration.

Definition at line 86 of file TStreamerInfoActions.cxx.

Member Data Documentation

◆ 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: