#ifndef ROOT_TStringLong
#define ROOT_TStringLong
#ifndef ROOT_TString
#include "TString.h"
#endif
class TStringLong : public TString {
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);
   virtual ~TStringLong();
   
   virtual void     FillBuffer(char *&buffer);
   virtual void     ReadBuffer(char *&buffer);
   virtual Int_t    Sizeof() const;
   ClassDef(TStringLong,1)  
};
#endif
Last change: Tue May 13 17:25:48 2008
Last generated: 2008-05-13 17:25
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.