![]() |
ROOT
6.06/09
Reference Guide
|
#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... | |
| 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 55 of file TObjArray.cxx.
| ClassImp | ( | TObjArrayIter | ) |
Create array iterator.
By default the iteration direction is kIterForward. To go backward use kIterBackward.
Definition at line 796 of file TObjArray.cxx.