library: libCore
#include "TObjString.h"

TObjString


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

class TObjString : public TObject

Inheritance Chart:
TObject
<-
TObjString

    public:
TObjString(const char* s = "") TObjString(const TObjString& s) ~TObjString() static TClass* Class() virtual Int_t Compare(const TObject* obj) const void FillBuffer(char*& buffer) virtual const char* GetName() const TString GetString() const virtual ULong_t Hash() const virtual TClass* IsA() const virtual Bool_t IsEqual(const TObject* obj) const virtual Bool_t IsSortable() const TObjString& operator=(const TObjString&) virtual void Print(Option_t*) const void ReadBuffer(char*& buffer) void SetString(const char* s) virtual void ShowMembers(TMemberInspector& insp, char* parent) Int_t Sizeof() const virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) TString& String()

Data Members

    private:
TString fString wrapped TString

Class Description

                                                                      
 TObjString                                                           
                                                                      
 Collectable string class. This is a TObject containing a TString.    
                                                                      

Int_t Compare(const TObject *obj)
 string compare the argument with this object.
Bool_t IsEqual(const TObject *obj)
 return kTRUE if the argument has the same content as this object.
TObjString(const char *s = "")
TObjString(const TObjString &s)
~TObjString()
ULong_t Hash()
void FillBuffer(char *&buffer)
void Print(Option_t *)
Bool_t IsSortable()
void ReadBuffer(char *&buffer)
void SetString(const char *s)
TString GetString()
Int_t Sizeof()

Author: Fons Rademakers 12/11/95
Last update: root/base:$Name: $:$Id: TObjString.cxx,v 1.3 2005/11/16 20:04:11 pcanal 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.