32   ::Warning(
"TIterator::operator!=", 
"this method must be overridden!");
 
 
   43   ::Warning(
"TIterator::operator*", 
"this method must be overridden!");
 
 
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
 
Iterator abstract base class.
 
virtual Bool_t operator!=(const TIterator &) const
Compare two iterator objects.
 
virtual TObject * operator*() const
Return current object or nullptr.
 
Mother of all ROOT objects.