Definition at line 235 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 776 of file TCollection.cxx.
◆ ~TIter()
virtual TIter::~TIter |
( |
| ) |
|
|
inlinevirtual |
◆ Begin()
Pointing to the first element of the container.
Definition at line 804 of file TCollection.cxx.
◆ Class()
static TClass * TIter::Class |
( |
| ) |
|
|
static |
- Returns
- TClass describing this class
◆ Class_Name()
static const char * TIter::Class_Name |
( |
| ) |
|
|
static |
- Returns
- Name of this class
◆ Class_Version()
static constexpr Version_t TIter::Class_Version |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ DeclFileName()
static const char * TIter::DeclFileName |
( |
| ) |
|
|
inlinestatic |
- Returns
- Name of the file containing the class declaration
Definition at line 277 of file TCollection.h.
◆ End()
Pointing to the element after the last - to a nullptr value in our case.
Definition at line 814 of file TCollection.cxx.
◆ GetCollection()
◆ GetOption()
◆ IsA()
virtual TClass * TIter::IsA |
( |
| ) |
const |
|
inlinevirtual |
◆ 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 789 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
core/cont/inc/TCollection.h
core/cont/src/TCollection.cxx