ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 79 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 874 of file TList.cxx.