| library: libCore #include "TStreamerElement.h"
 | 
TStreamerString
class description - source file - inheritance tree (.pdf)
    public:
                       TStreamerString()
                       TStreamerString(const char* name, const char* title, Int_t offset)
                       TStreamerString(const TStreamerString&)
               virtual ~TStreamerString()
        static TClass* Class()
         virtual Int_t GetSize() const
       virtual TClass* IsA() const
      TStreamerString& operator=(const TStreamerString&)
          virtual void ShowMembers(TMemberInspector& insp, char* parent)
          virtual void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
                                                                      
                                                                      
 TStreamerString()
 Default ctor.
 TStreamerString(const char *name, const char *title, Int_t offset)
        : TStreamerElement(name,title,offset,TStreamerInfo::kTString,"TString")
 Create a TStreamerString object.
 ~TStreamerString()
 TStreamerString dtor.
Int_t GetSize() const
 Returns size of anyclass in bytes.
void Streamer(TBuffer &R__b)
 Stream an object of class TStreamerString.
Inline Functions
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void StreamerNVirtual(TBuffer& b)
         TStreamerString TStreamerString(const TStreamerString&)
        TStreamerString& operator=(const TStreamerString&)
Author: Rene Brun 12/10/2000
Last update: root/meta:$Name:  $:$Id: TStreamerElement.cxx,v 1.85 2005/12/14 16:49:10 brun 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.