Definition at line 237 of file TCollection.h.
#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 807 of file TCollection.cxx.
◆ ~TIter()
| virtual TIter::~TIter |
( |
| ) |
|
|
inlinevirtual |
◆ Begin()
Pointing to the first element of the container.
Definition at line 835 of file TCollection.cxx.
◆ Class()
- Returns
- TClass describing this class
◆ Class_Name()
| const char * TIter::Class_Name |
( |
| ) |
|
|
static |
- Returns
- Name of this class
◆ Class_Version()
◆ DeclFileName()
| const char * TIter::DeclFileName |
( |
| ) |
|
|
inlinestatic |
- Returns
- Name of the file containing the class declaration
Definition at line 279 of file TCollection.h.
◆ End()
Pointing to the element after the last - to a nullptr value in our case.
Definition at line 845 of file TCollection.cxx.
◆ GetCollection()
◆ GetOption()
◆ IsA()
| virtual TClass * TIter::IsA |
( |
| ) |
const |
|
inlinevirtual |
- Returns
- TClass describing current object
Definition at line 279 of file TCollection.h.
◆ Next()
◆ operator!=()
◆ operator()()
◆ operator*()
| TObject * TIter::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| TIter & TIter::operator++ |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
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.
◆ operator=() [2/2]
◆ operator==()
◆ Reset()
◆ Streamer()
| virtual void TIter::Streamer |
( |
TBuffer & | | ) |
|
|
virtual |
◆ StreamerNVirtual()
| void TIter::StreamerNVirtual |
( |
TBuffer & | ClassDef_StreamerNVirtual_b | ) |
|
|
inline |
◆ fIterator
The documentation for this class was generated from the following files: