ROOT  6.06/09
Reference Guide
Functions
TList.cxx File Reference
#include "TList.h"
#include "TClass.h"
#include "TROOT.h"
#include "TVirtualMutex.h"
#include <string>
+ Include dependency graph for TList.cxx:

Go to the source code of this file.

Functions

 ClassImp (TList) TList
 Delete the list. More...
 
 ClassImp (TListIter) TListIter
 Create a new list iterator. More...
 

Function Documentation

ClassImp ( TList  )

Delete the list.

Objects are not deleted unless the TList is the owner (set via SetOwner()).

Definition at line 78 of file TList.cxx.

ClassImp ( TListIter  )

Create a new list iterator.

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

Definition at line 873 of file TList.cxx.