TStringLong
class description - source file - inheritance tree
    public:
          TStringLong TStringLong(Ssiz_t ic)
          TStringLong TStringLong(const TString& s)
          TStringLong TStringLong(const char* s)
          TStringLong TStringLong(const char* s, Ssiz_t n)
          TStringLong TStringLong()
          TStringLong TStringLong(char c)
          TStringLong TStringLong(TStringLong&)
          TStringLong TStringLong(char c, Ssiz_t s)
          TStringLong TStringLong(const TSubString& sub)
         virtual void ~TStringLong()
              TClass* Class()
         virtual void FillBuffer(char*& buffer)
      virtual TClass* IsA() const
         virtual void ReadBuffer(char*& buffer)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
        virtual Int_t Sizeof() const
         virtual void Streamer(TBuffer& b)
                                                                      
 TStringLong                                                          
                                                                      
 The long string class (unlimited number of chars in I/O).            
                                                                      
 This class redefines only the I/O member functions of TString.       
 It uses 4 bytes to store the string length (1 byte only for TString).
                                                                      
 TStringLong() : TString()
 TStringLong(Ssiz_t ic) : TString(ic)
 TStringLong(const TString& s) : TString(s)
 TStringLong(const char* cs) : TString(cs)
 TStringLong(const char* cs, Ssiz_t n) : TString(cs,n)
 TStringLong(char c) : TString(c)
 TStringLong(char c, Ssiz_t n) : TString(c,n)
 TStringLong(const TSubString& substr) : TString(substr)
 ~TStringLong()
void FillBuffer(char *&buffer)
void ReadBuffer(char *&buffer)
Int_t Sizeof() const
void Streamer(TBuffer &b)
 Stream a long (>255 characters) string object.
Inline Functions
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
        TStringLong TStringLong(TStringLong&)
Author:     Rene Brun   15/11/95
Last update:   1.00/06 23/03/97  11.01.59  by  Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved.         *
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.