32 ::Warning(
"TIterator::operator!=",
"this method must be overridden!");
43 ::Warning(
"TIterator::operator*",
"this method must be overridden!");
bool Bool_t
Boolean (0=false, 1=true) (bool).
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
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.