#include <RooLinkedListIter.h>
◆ RooLinkedListIter() [1/3]
RooLinkedListIter::RooLinkedListIter |
( |
| ) |
|
|
inline |
◆ RooLinkedListIter() [2/3]
◆ RooLinkedListIter() [3/3]
◆ ~RooLinkedListIter()
virtual RooLinkedListIter::~RooLinkedListIter |
( |
| ) |
|
|
inlinevirtual |
◆ GetCollection()
virtual const TCollection * RooLinkedListIter::GetCollection |
( |
| ) |
const |
|
inlinevirtual |
◆ Next()
virtual TObject * RooLinkedListIter::Next |
( |
| ) |
|
|
inlinevirtual |
◆ NextNV()
TObject * RooLinkedListIter::NextNV |
( |
| ) |
|
|
inline |
◆ operator!=() [1/2]
◆ operator!=() [2/2]
Compare two iterator objects.
For backward compatibility reasons we have to provide this default implementation.
Reimplemented from TIterator.
Definition at line 106 of file RooLinkedListIter.h.
◆ operator*()
virtual TObject * RooLinkedListIter::operator* |
( |
| ) |
const |
|
inlinevirtual |
Return current object or nullptr.
For backward compatibility reasons we have to provide this default implementation.
Reimplemented from TIterator.
Definition at line 116 of file RooLinkedListIter.h.
◆ operator=()
◆ Reset()
virtual void RooLinkedListIter::Reset |
( |
void |
| ) |
|
|
inlinevirtual |
◆ _forward
Bool_t RooLinkedListIter::_forward |
|
protected |
◆ _list
◆ _ptr
[legend]