class TIterator
TIterator
Iterator abstract base class. This base class provides the interface
for collection iterators.
Function Members (Methods)
This is an abstract class, constructors will not be documented.
Look at the header to check for available constructors.
Class Charts
Function documentation
Bool_t operator!=(const TIterator& ) const
Compare two iterator objects.
For backward compatibility reasons we have to provide this
default implementation.
TObject * operator*() const
Return current object or nullptr.
For backward compatibility reasons we have to provide this
default implementation.