TArrayI
class description - source file - inheritance tree
public:
TArrayI(Int_t n)
TArrayI(Int_t n, const Int_t* array)
TArrayI(const TArrayI& array)
TArrayI()
virtual ~TArrayI()
void AddAt(Int_t i, Int_t idx)
void Adopt(Int_t n, Int_t* array)
Int_t At(Int_t i) const
static TClass* Class()
void Copy(TArrayI& array) const
Int_t* GetArray()
const Int_t* GetArray() const
Stat_t GetSum() const
virtual TClass* IsA() const
TArrayI& operator=(const TArrayI& rhs)
Int_t& operator[](Int_t i)
Int_t operator[](Int_t i) const
void Reset()
void Reset(Int_t val)
virtual void Set(Int_t n)
void Set(Int_t n, const Int_t* array)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Int_t* fArray [fN] Array of fN 32 bit integers
See also
-
TH1I, TH2I, TH3I
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.