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

Definition at line 607 of file TStreamerInfoActions.cxx.

Public Types

typedef TStreamerInfo::TCompInfo_t TCompInfo_t

Public Member Functions

 TConfigSTL (Bool_t read, TVirtualStreamerInfo *info, UInt_t id, TCompInfo_t *compinfo, Int_t offset, UInt_t length, TClass *oldClass, const char *type_name, Bool_t isbase)
 TConfigSTL (Bool_t read, 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 (Bool_t read, 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 (Bool_t read, 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)
virtual void AddToOffset (Int_t delta)
TConfigurationCopy () override
virtual void Print () const
virtual void PrintDebug (TBuffer &buffer, void *object) const
virtual void SetMissing ()

Public Attributes

TCompInfo_tfCompInfo
 Access to compiled information (for legacy code).
TVirtualCollectionProxy::CopyIterator_t fCopyIterator
TVirtualCollectionProxy::CreateIterators_t fCreateIterators
TVirtualCollectionProxy::DeleteIterator_t fDeleteIterator
TVirtualCollectionProxy::DeleteTwoIterators_t fDeleteTwoIterators
UInt_t fElemId
 Identifier of the TStreamerElement.
TVirtualStreamerInfofInfo
 TStreamerInfo form which the action is derived.
Bool_t fIsSTLBase
UInt_t fLength
 Number of element in a fixed length array.
TClassfNewClass
TVirtualCollectionProxy::Next_t fNext
Int_t fOffset
 Offset within the object.
TClassfOldClass
TMemberStreamerfStreamer
const char * fTypeName

Private Member Functions

void Init (bool read)
Inheritance diagram for TStreamerInfoActions::TConfigSTL:
TStreamerInfoActions::TConfiguration TStreamerInfoActions::TConfSTLNoFactor TStreamerInfoActions::TConfSTLWithFactor

Member Typedef Documentation

◆ TCompInfo_t

Constructor & Destructor Documentation

◆ TConfigSTL() [1/4]

TStreamerInfoActions::TConfigSTL::TConfigSTL ( Bool_t read,
TVirtualStreamerInfo * info,
UInt_t id,
TCompInfo_t * compinfo,
Int_t offset,
UInt_t length,
TClass * oldClass,
const char * type_name,
Bool_t isbase )
inline

Definition at line 639 of file TStreamerInfoActions.cxx.

◆ TConfigSTL() [2/4]

TStreamerInfoActions::TConfigSTL::TConfigSTL ( Bool_t read,
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 )
inline

Definition at line 643 of file TStreamerInfoActions.cxx.

◆ TConfigSTL() [3/4]

TStreamerInfoActions::TConfigSTL::TConfigSTL ( Bool_t read,
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 )
inline

Definition at line 647 of file TStreamerInfoActions.cxx.

◆ TConfigSTL() [4/4]

TStreamerInfoActions::TConfigSTL::TConfigSTL ( Bool_t read,
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 )
inline

Definition at line 651 of file TStreamerInfoActions.cxx.

Member Function Documentation

◆ AddToOffset()

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

◆ Copy()

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

◆ Init()

void TStreamerInfoActions::TConfigSTL::Init ( bool read)
inlineprivate

Definition at line 610 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

◆ fCompInfo

TCompInfo_t* TStreamerInfoActions::TConfiguration::fCompInfo
inherited

Access to compiled information (for legacy code).

Definition at line 35 of file TStreamerInfoActions.h.

◆ fCopyIterator

TVirtualCollectionProxy::CopyIterator_t TStreamerInfoActions::TConfigSTL::fCopyIterator

Definition at line 633 of file TStreamerInfoActions.cxx.

◆ fCreateIterators

TVirtualCollectionProxy::CreateIterators_t TStreamerInfoActions::TConfigSTL::fCreateIterators

Definition at line 632 of file TStreamerInfoActions.cxx.

◆ fDeleteIterator

TVirtualCollectionProxy::DeleteIterator_t TStreamerInfoActions::TConfigSTL::fDeleteIterator

Definition at line 634 of file TStreamerInfoActions.cxx.

◆ fDeleteTwoIterators

TVirtualCollectionProxy::DeleteTwoIterators_t TStreamerInfoActions::TConfigSTL::fDeleteTwoIterators

Definition at line 635 of file TStreamerInfoActions.cxx.

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

◆ fIsSTLBase

Bool_t TStreamerInfoActions::TConfigSTL::fIsSTLBase

Definition at line 630 of file TStreamerInfoActions.cxx.

◆ fLength

UInt_t TStreamerInfoActions::TConfiguration::fLength
inherited

Number of element in a fixed length array.

Definition at line 37 of file TStreamerInfoActions.h.

◆ fNewClass

TClass* TStreamerInfoActions::TConfigSTL::fNewClass

Definition at line 627 of file TStreamerInfoActions.cxx.

◆ fNext

TVirtualCollectionProxy::Next_t TStreamerInfoActions::TConfigSTL::fNext

Definition at line 636 of file TStreamerInfoActions.cxx.

◆ fOffset

Int_t TStreamerInfoActions::TConfiguration::fOffset
inherited

Offset within the object.

Definition at line 36 of file TStreamerInfoActions.h.

◆ fOldClass

TClass* TStreamerInfoActions::TConfigSTL::fOldClass

Definition at line 626 of file TStreamerInfoActions.cxx.

◆ fStreamer

TMemberStreamer* TStreamerInfoActions::TConfigSTL::fStreamer

Definition at line 628 of file TStreamerInfoActions.cxx.

◆ fTypeName

const char* TStreamerInfoActions::TConfigSTL::fTypeName

Definition at line 629 of file TStreamerInfoActions.cxx.


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