Definition at line 1014 of file TStreamerInfoActions.cxx.
Public Member Functions | |
| TConfSTLNoFactor (TConfigSTL *orig, Int_t nbits) | |
| virtual TConfiguration * | Copy () |
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 |
| TClass * | fNewClass |
| TClass * | fOldClass |
| TMemberStreamer * | fStreamer |
| const char * | fTypeName |
Public Attributes inherited from TStreamerInfoActions::TConfiguration | |
| TCompInfo_t * | fCompInfo |
| Access to compiled information (for legacy code) | |
| UInt_t | fElemId |
| Identifier of the TStreamerElement. | |
| TVirtualStreamerInfo * | fInfo |
| 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 |
|
inline |
Definition at line 1018 of file TStreamerInfoActions.cxx.
|
inlinevirtual |
Reimplemented from TStreamerInfoActions::TConfigSTL.
Definition at line 1019 of file TStreamerInfoActions.cxx.
| Int_t TStreamerInfoActions::TConfSTLNoFactor::fNbits |
Definition at line 1017 of file TStreamerInfoActions.cxx.