Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TStreamerInfoActions::TConfSTLWithFactor Class Reference

Definition at line 1008 of file TStreamerInfoActions.cxx.

Public Member Functions

 TConfSTLWithFactor (TConfigSTL *orig, Double_t factor, Double_t xmin)
 
TConfigurationCopy () override
 
- Public Member Functions inherited from TStreamerInfoActions::TConfigSTL
 TConfigSTL (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length, TClass *oldClass, const char *type_name, Bool_t isbase)
 
 TConfigSTL (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length, TClass *oldClass, TClass *newClass, const char *type_name, Bool_t isbase)
 
 TConfigSTL (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length, TClass *oldClass, TClass *newClass, TMemberStreamer *streamer, const char *type_name, Bool_t isbase)
 
 TConfigSTL (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length, TClass *oldClass, TMemberStreamer *streamer, const char *type_name, Bool_t isbase)
 
- Public Member Functions inherited from TStreamerInfoActions::TConfiguration
 TConfiguration (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset)
 
 TConfiguration (TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length)
 
virtual ~TConfiguration ()
 
virtual void AddToOffset (Int_t delta)
 
virtual void Print () const
 
virtual void PrintDebug (TBuffer &buffer, void *object) const
 
virtual void SetMissing ()
 

Public Attributes

Double_t fFactor
 
Double_t fXmin
 
- Public Attributes inherited from TStreamerInfoActions::TConfigSTL
TVirtualCollectionProxy::CopyIterator_t fCopyIterator
 
TVirtualCollectionProxy::CreateIterators_t fCreateIterators
 
TVirtualCollectionProxy::CreateIterators_t fCreateWriteIterators
 
TVirtualCollectionProxy::DeleteIterator_t fDeleteIterator
 
TVirtualCollectionProxy::DeleteTwoIterators_t fDeleteTwoIterators
 
Bool_t fIsSTLBase
 
TClassfNewClass
 
TClassfOldClass
 
TMemberStreamerfStreamer
 
const char * fTypeName
 
- Public Attributes inherited from TStreamerInfoActions::TConfiguration
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.
 

Additional Inherited Members

- Public Types inherited from TStreamerInfoActions::TConfiguration
typedef TStreamerInfo::TCompInfo_t TCompInfo_t
 
Inheritance diagram for TStreamerInfoActions::TConfSTLWithFactor:
[legend]

Constructor & Destructor Documentation

◆ TConfSTLWithFactor()

TStreamerInfoActions::TConfSTLWithFactor::TConfSTLWithFactor ( TConfigSTL orig,
Double_t  factor,
Double_t  xmin 
)
inline

Definition at line 1013 of file TStreamerInfoActions.cxx.

Member Function Documentation

◆ Copy()

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

Reimplemented from TStreamerInfoActions::TConfigSTL.

Definition at line 1014 of file TStreamerInfoActions.cxx.

Member Data Documentation

◆ fFactor

Double_t TStreamerInfoActions::TConfSTLWithFactor::fFactor

Definition at line 1011 of file TStreamerInfoActions.cxx.

◆ fXmin

Double_t TStreamerInfoActions::TConfSTLWithFactor::fXmin

Definition at line 1012 of file TStreamerInfoActions.cxx.