ROOT 6.18/05 Reference Guide |
Interface for RooFIter-compatible iterators.
Definition at line 26 of file RooLinkedListIter.h.
Public Member Functions | |
virtual | ~GenericRooFIter () |
virtual RooAbsArg * | next ()=0 |
Return next element or nullptr if at end. More... | |
#include <RooLinkedListIter.h>
|
inlinevirtual |
Definition at line 31 of file RooLinkedListIter.h.
|
pure virtual |
Return next element or nullptr if at end.
Implemented in RooFIterForLinkedList, and TIteratorToSTLInterface< STLContainer >.