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

Definition at line 1017 of file TStreamerInfoActions.cxx.

Public Member Functions

 TConfSTLNoFactor (TConfigSTL *orig, Int_t nbits)
 
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

Int_t fNbits
 
- 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::TConfSTLNoFactor:
[legend]

Constructor & Destructor Documentation

◆ TConfSTLNoFactor()

TStreamerInfoActions::TConfSTLNoFactor::TConfSTLNoFactor ( TConfigSTL orig,
Int_t  nbits 
)
inline

Definition at line 1021 of file TStreamerInfoActions.cxx.

Member Function Documentation

◆ Copy()

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

Reimplemented from TStreamerInfoActions::TConfigSTL.

Definition at line 1022 of file TStreamerInfoActions.cxx.

Member Data Documentation

◆ fNbits

Int_t TStreamerInfoActions::TConfSTLNoFactor::fNbits

Definition at line 1020 of file TStreamerInfoActions.cxx.