TArrayC
class description - source file - inheritance tree
public:
TArrayC(Int_t n)
TArrayC(Int_t n, const Char_t* array)
TArrayC(const TArrayC& array)
TArrayC()
virtual ~TArrayC()
void AddAt(Char_t c, Int_t i)
void Adopt(Int_t n, Char_t* array)
Char_t At(Int_t i) const
static TClass* Class()
void Copy(TArrayC& array) const
Char_t* GetArray()
const Char_t* GetArray() const
Stat_t GetSum() const
virtual TClass* IsA() const
TArrayC& operator=(const TArrayC& rhs)
Char_t operator[](Int_t i) const
Char_t& operator[](Int_t i)
void Reset(Char_t val = 0)
virtual void Set(Int_t n)
void Set(Int_t n, const Char_t* array)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Char_t* fArray [fN] Array of fN chars
See also
-
TH1C, TH2C, TH3C
Last update: Fri May 14 13:32:35 2004
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.