Interface for RooFIter-compatible iterators.
Definition at line 27 of file RooLinkedListIter.h.
Public Member Functions | |
| virtual | ~GenericRooFIter () |
| virtual RooAbsArg * | next ()=0 |
| Return next element or nullptr if at end. | |
#include <RooLinkedListIter.h>
|
inlinevirtual |
Definition at line 32 of file RooLinkedListIter.h.
|
pure virtual |
Return next element or nullptr if at end.
Implemented in RooFIterForLinkedList, TIteratorToSTLInterface< STLContainer >, TIteratorToSTLInterface< RefCountList_t::Container_t >, and TIteratorToSTLInterface< Storage_t >.