ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TObjArray.cxx File Reference
#include "TObjArray.h"
#include "TError.h"
#include "TROOT.h"
#include "TVirtualMutex.h"
#include <stdlib.h>
Include dependency graph for TObjArray.cxx:

Go to the source code of this file.

Functions

 ClassImp (TObjArray) TObjArray
 Create an object array. More...
 
 ClassImp (TObjArrayIter) TObjArrayIter
 Create array iterator. More...
 

Function Documentation

ClassImp ( TObjArray  )

Create an object array.

Using s one can set the array size (default is kInitCapacity=16) and lowerBound can be used to set the array lowerbound index (default is 0).

Definition at line 56 of file TObjArray.cxx.

ClassImp ( TObjArrayIter  )

Create array iterator.

By default the iteration direction is kIterForward. To go backward use kIterBackward.

Definition at line 797 of file TObjArray.cxx.