TIterator
The following may be needed if not using
CINT Shortcuts
#include "TIterator.h"
Description
ROOT has a number of
classes
whose
objects
acts as
containers,
i.e. hold other objects. A fundamental requirement of such containers is the
ability to sequentially process all the objects they hold. This is performed
using "iterators", objects that have the ability to step through a container
set. TIterator is the foundation class for ROOT container iterators. It
identifies a minimum set of
messages
that all iterators must support. It is too generic to provide code for these
messages, so naked TIterator objects cannot be created, that is to say it is
an
abstract base class.
For more information see
ROOT Containers.
Go Back to the
The ROOT Crib Top Page
If you have any comments about this page please send them to
Nick West