TStreamerSTL


class description - source file - inheritance tree

class TStreamerSTL : public TStreamerElement


    public:
TStreamerSTL TStreamerSTL() TStreamerSTL TStreamerSTL(const char* name, const char* title, Int_t offset, const char* typeName, Bool_t dmPointer) TStreamerSTL TStreamerSTL(const TStreamerSTL&) virtual void ~TStreamerSTL() 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 void ls(Option_t* option) const 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


See also

TStreamerSTLstring

Class Description

                                                                      
                                                                      


TStreamerSTL()
 Default ctor.

TStreamerSTL(const char *name, const char *title, Int_t offset, const char *typeName, Bool_t dmPointer) : TStreamerElement(name,title,offset,kSTL,typeName)
 Create a TStreamerSTL object.

~TStreamerSTL()
 TStreamerSTL dtor.

Int_t GetSize() const
returns size of STL container in bytes

void ls(Option_t *) const

const char* GetInclude() const

void Streamer(TBuffer &R__b)
 Stream an object of class TStreamerSTL.



Inline Functions


               Int_t GetSTLtype() const
               Int_t GetCtype() const
             TClass* Class()
             TClass* IsA() const
                void ShowMembers(TMemberInspector& insp, char* parent)
                void StreamerNVirtual(TBuffer& b)
        TStreamerSTL TStreamerSTL(const TStreamerSTL&)


Author: Rene Brun 12/10/2000
Last update: root/meta:$Name: $:$Id: TStreamerElement.cxx,v 1.51 2002/09/06 19:30:17 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - 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.