Definition at line 237 of file TCollection.h.
Public Member Functions | |
| TIter (const TCollection *col, Bool_t dir=kIterForward) | |
| TIter (const TIter &iter) | |
| Copy a TIter. | |
| TIter (TIterator *it) | |
| virtual | ~TIter () |
| TIter & | Begin () |
| Pointing to the first element of the container. | |
| const TCollection * | GetCollection () const |
| Option_t * | GetOption () const |
| virtual TClass * | IsA () const |
| TObject * | Next () |
| Bool_t | operator!= (const TIter &aIter) const |
| TObject * | operator() () |
| TObject * | operator* () const |
| TIter & | operator++ () |
| TIter & | operator= (const TIter &rhs) |
| Assigning an TIter to another. | |
| TIter & | operator= (TIterator *iter) |
| Bool_t | operator== (const TIter &aIter) const |
| void | Reset () |
| virtual void | Streamer (TBuffer &) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
| static TIter | End () |
| Pointing to the element after the last - to a nullptr value in our case. | |
Protected Member Functions | |
| TIter () | |
Private Attributes | |
| TIterator * | fIterator {nullptr} |
#include <TCollection.h>
|
inlineprotected |
Definition at line 243 of file TCollection.h.
|
inline |
Definition at line 246 of file TCollection.h.
|
inline |
Definition at line 248 of file TCollection.h.
Copy a TIter.
This involves allocating a new TIterator of the right sub class and assigning it with the original.
Definition at line 807 of file TCollection.cxx.
|
inlinevirtual |
Definition at line 251 of file TCollection.h.
| TIter & TIter::Begin | ( | ) |
Pointing to the first element of the container.
Definition at line 835 of file TCollection.cxx.
Definition at line 279 of file TCollection.h.
Definition at line 279 of file TCollection.h.
|
static |
Pointing to the element after the last - to a nullptr value in our case.
Definition at line 845 of file TCollection.cxx.
|
inline |
Definition at line 254 of file TCollection.h.
|
inline |
Definition at line 255 of file TCollection.h.
Definition at line 279 of file TCollection.h.
|
inline |
Definition at line 253 of file TCollection.h.
Definition at line 265 of file TCollection.h.
|
inline |
Definition at line 252 of file TCollection.h.
|
inline |
Definition at line 275 of file TCollection.h.
|
inline |
Definition at line 257 of file TCollection.h.
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 820 of file TCollection.cxx.
Definition at line 268 of file TCollection.h.
Definition at line 258 of file TCollection.h.
|
inline |
Definition at line 256 of file TCollection.h.
|
inline |
Definition at line 279 of file TCollection.h.
|
private |
Definition at line 240 of file TCollection.h.