#include "TIterator.h"#include "RooLinkedList.h"#include <memory>#include <stdexcept>#include <cassert>Classes | |
| class | GenericRooFIter | 
| Interface for RooFIter-compatible iterators.  More... | |
| class | RooFIter | 
| A one-time forward iterator working on RooLinkedList or RooAbsCollection.  More... | |
| class | RooFIterForLinkedList | 
| Implementation of the GenericRooFIter interface for the RooLinkedList.  More... | |
| class | RooLinkedListIter | 
| A wrapper around TIterator derivatives.  More... | |
| class | RooLinkedListIterImpl | 
| Implementation of the actual iterator on RooLinkedLists.  More... | |
| class | TIteratorToSTLInterface< STLContainer > | 
| TIterator and GenericRooFIter front end with STL back end.  More... | |