MIntArray


class description - source file - inheritance tree

class MIntArray : public TArrayI, public TObject


    public:
MIntArray MIntArray() MIntArray MIntArray(MIntArray&) virtual void ~MIntArray() void AddLast(Int_t value) Int_t AtFirst() Int_t AtLast() static TClass* Class() void Fill(Int_t value) virtual TClass* IsA() const void SetFill(Int_t size, Int_t value) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b)

Data Members


Class Description

                                                                                
 MIntArray class - this class extends the possibilities of the usual TArrayI    
                                                                                


MIntArray()
 Constructer.
 Has nothing to do.

~MIntArray()
 Destructor.
 Has nothing to do.

void AddLast(Int_t value)
 Adds the value after the last entry of the array.
 Therefore the array size has to be increased by one.

Int_t AtLast()
 Returns the value of the last array element.

Int_t AtFirst()
 Returns the value of the last array element.

void Fill(Int_t value)
 Fills the whole array with the value 'value'.

void SetFill(Int_t size, Int_t value)
 Set the array size to 'size' and fill the whole array with 'value'.



Inline Functions


            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
          MIntArray MIntArray(MIntArray&)


Author: Markus D. Oldenburg
Last update: 10.05.2000
Copyright © MDO Production 2000


ROOT page - Home 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.