library: libCore
#include "TStreamerElement.h"

TStreamerSTL


class description - header file - source file - inheritance tree (.pdf)

class TStreamerSTL : public TStreamerElement

Inheritance Chart:
TObject
<-
TNamed
<-
TStreamerElement
<-
TStreamerSTL
<-
TStreamerSTLstring

    public:
TStreamerSTL() TStreamerSTL(const char* name, const char* title, Int_t offset, const char* typeName, const char* trueType, Bool_t dmPointer) TStreamerSTL(const TStreamerSTL&) virtual ~TStreamerSTL() virtual Bool_t CannotSplit() const static TClass* Class() Int_t GetCtype() const virtual const char* GetInclude() const virtual Int_t GetSize() const Int_t GetSTLtype() const virtual TClass* IsA() const virtual Bool_t IsaPointer() const virtual Bool_t IsBase() const virtual void ls(Option_t* option = "") const TStreamerSTL& operator=(const TStreamerSTL&) void SetCtype(Int_t t) void SetSTLtype(Int_t t) virtual void SetStreamer(TMemberStreamer* streamer) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fSTLtype type of STL vector Int_t fCtype STL contained type

Class Description

                                                                      
                                                                      

TStreamerSTL()
 Default ctor.
TStreamerSTL(const char *name, const char *title, Int_t offset, const char *typeName, const char *trueType, Bool_t dmPointer)
 Create a TStreamerSTL object.
~TStreamerSTL()
 TStreamerSTL dtor.
Bool_t CannotSplit()
 We can not split STL's which are inside a variable size array.
 At least for now.
Bool_t IsaPointer()
 Return true if the data member is a pointer.
Bool_t IsBase()
 Return kTRUE if the element represent a base class.
Int_t GetSize()
 Returns size of STL container in bytes.
void ls(Option_t *)
 Print the content of the element.
const char * GetInclude()
 Return the proper include for this element.
void SetStreamer(TMemberStreamer *streamer)
set pointer to Streamer function for this element
NOTE: we do not take ownership
void Streamer(TBuffer &R__b)
 Stream an object of class TStreamerSTL.
TStreamerSTL()
Int_t GetSTLtype()
Int_t GetCtype()
void SetSTLtype(Int_t t)
void SetCtype(Int_t t)

Author: Rene Brun 12/10/2000
Last update: root/meta:$Name: $:$Id: TStreamerElement.cxx,v 1.87 2006/03/06 22:58:18 pcanal Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.