library: libCore
#include "TStringLong.h"

TStringLong


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

class TStringLong : public TString

Inheritance Chart:
TString
<-
TStringLong

    public:
TStringLong() TStringLong(Ssiz_t ic) TStringLong(const TString& s) TStringLong(const char* s) TStringLong(const char* s, Ssiz_t n) TStringLong(char c) TStringLong(char c, Ssiz_t s) TStringLong(const TSubString& sub) TStringLong(const TStringLong&) virtual ~TStringLong() static TClass* Class() virtual void FillBuffer(char*& buffer) virtual TClass* IsA() const TStringLong& operator=(const TStringLong&) virtual void ReadBuffer(char*& buffer) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual Int_t Sizeof() const virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members




Class Description

                                                                      
 TStringLong                                                          
                                                                      
 ATTENTION: this class is obsolete. It's functionality has been taken 
 over by TString.                                                     
                                                                      
 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()
constructor
TStringLong(Ssiz_t ic)
constructor
TStringLong(const TString& s)
copy constructor
TStringLong(const char* cs)
copy constructor
TStringLong(const char* cs, Ssiz_t n)
constructor from a char*
TStringLong(char c)
constructor from a char
TStringLong(char c, Ssiz_t n)
constructor from a char
TStringLong(const TSubString& substr)
constructor from a substring
~TStringLong()
destructor
void FillBuffer(char *&buffer)
fill buffer
void ReadBuffer(char *&buffer)
 Read this string from the buffer.
Int_t Sizeof()
 Return the sizeof the string.
void Streamer(TBuffer &b)
 Stream a long (>255 characters) string object.
TStringLong()

Author: Rene Brun 15/11/95
Last update: root/base:$Name: $:$Id: TStringLong.cxx,v 1.3 2006/05/18 07:34:25 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.