Definition at line 233 of file TCollection.h.
|
static TIter | End () |
| Pointing to the element after the last - to a nullptr value in our case. More...
|
|
#include <TCollection.h>
◆ TIter() [1/4]
◆ TIter() [2/4]
◆ TIter() [3/4]
◆ TIter() [4/4]
TIter::TIter |
( |
const TIter & |
iter | ) |
|
Copy a TIter.
This involves allocating a new TIterator of the right sub class and assigning it with the original.
Definition at line 770 of file TCollection.cxx.
◆ ~TIter()
virtual TIter::~TIter |
( |
| ) |
|
|
inlinevirtual |
◆ Begin()
Pointing to the first element of the container.
Definition at line 798 of file TCollection.cxx.
◆ End()
Pointing to the element after the last - to a nullptr value in our case.
Definition at line 808 of file TCollection.cxx.
◆ GetCollection()
◆ GetOption()
◆ Next()
◆ operator!=()
◆ operator()()
◆ operator*()
TObject * TIter::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
TIter & TIter::operator++ |
( |
| ) |
|
|
inline |
◆ operator=()
Assigning an TIter to another.
This involves allocating a new TIterator of the right sub class and assigning it with the original.
Definition at line 783 of file TCollection.cxx.
◆ operator==()
◆ Reset()
◆ fIterator
[legend]