TArray
class description - source file - inheritance tree
protected:
Bool_t BoundsOk(char* where, Int_t at)
Bool_t OutOfBoundsError(char* where, Int_t i)
public:
virtual void ~TArray()
TClass* Class()
Int_t GetSize()
virtual TClass* IsA()
TArray& operator=(TArray& rhs)
TArray* ReadArray(TBuffer& b, TClass* clReq)
virtual void Set(Int_t n)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void WriteArray(TBuffer& b, TArray* a)
public:
Int_t fN Number of array elements
See also
-
TArrayC, TArrayD, TArrayF, TArrayI, TArrayL, TArrayS
TArray
Abstract array base class. Used by TArrayC, TArrayS, TArrayI,
TArrayL, TArrayF and TArrayD.
Data member is public for historical reasons.
Bool_t OutOfBoundsError(const char *where, Int_t i) const
Generate an out-of-bounds error. Always returns false.
TArray* ReadArray(TBuffer &b, const TClass *clReq)
Read TArray object from buffer.
void WriteArray(TBuffer &b, const TArray *a)
Write TArray object to buffer.
Inline Functions
Bool_t BoundsOk(char* where, Int_t at)
TArray& operator=(TArray& rhs)
Int_t GetSize()
void Set(Int_t n)
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void ~TArray()
Author: Fons Rademakers 21/10/97
Last update: 2.22/02 25/05/99 19.19.04 by Fons Rademakers
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
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.