#include <TObjArray.h>
Inheritance diagram for TObjArrayIter:
Definition at line 123 of file TObjArray.h.
TObjArrayIter::TObjArrayIter | ( | ) | [inline, private] |
Definition at line 134 of file TObjArray.h.
TObjArrayIter::TObjArrayIter | ( | const TObjArray * | arr, | |
Bool_t | dir = kIterForward | |||
) |
TObjArrayIter::TObjArrayIter | ( | const TObjArrayIter & | iter | ) |
Definition at line 790 of file TObjArray.cxx.
References fArray, fCurCursor, fCursor, and fDirection.
TObjArrayIter::~TObjArrayIter | ( | ) | [inline] |
Definition at line 139 of file TObjArray.h.
TObjArrayIter::TObjArrayIter | ( | ) | [inline, private] |
Definition at line 134 of file TObjArray.h.
TObjArrayIter::TObjArrayIter | ( | const TObjArray * | arr, | |
Bool_t | dir = kIterForward | |||
) |
TObjArrayIter::TObjArrayIter | ( | const TObjArrayIter & | iter | ) |
TObjArrayIter::~TObjArrayIter | ( | ) | [inline] |
Definition at line 139 of file TObjArray.h.
Reimplemented from TIterator.
Definition at line 801 of file TObjArray.cxx.
References xmlio::Class, fArray, fCurCursor, fCursor, and fDirection.
TObjArrayIter & TObjArrayIter::operator= | ( | const TObjArrayIter & | rhs | ) |
Definition at line 816 of file TObjArray.cxx.
References fArray, fCurCursor, fCursor, and fDirection.
const TCollection* TObjArrayIter::GetCollection | ( | ) | const [inline, virtual] |
TObject * TObjArrayIter::Next | ( | ) | [virtual] |
Implements TIterator.
Definition at line 830 of file TObjArray.cxx.
References TCollection::Capacity(), fArray, TObjArray::fCont, fCurCursor, fCursor, fDirection, and kIterForward.
Referenced by TMVA::TNeuron::AdjustSynapseWeights(), TMVA::TNeuron::CalculateDelta(), ClassImp(), TMultiLayerPerceptron::Draw(), TMultiLayerPerceptron::DumpWeights(), TMultiLayerPerceptron::Evaluate(), TMultiLayerPerceptron::Export(), TMVA::TNeuron::InitSynapseDeltas(), TMultiLayerPerceptron::LoadWeights(), TMultiLayerPerceptron::MLP_Batch(), TMultiLayerPerceptron::MLP_Line(), NdbMF::Section(), TMultiLayerPerceptron::SteepestDir(), TMVA::TNeuron::UpdateSynapsesBatch(), and TMVA::TNeuron::UpdateSynapsesSequential().
void TObjArrayIter::Reset | ( | ) | [virtual] |
Implements TIterator.
Definition at line 855 of file TObjArray.cxx.
References TCollection::Capacity(), fArray, fCurCursor, fCursor, fDirection, and kIterForward.
bool TObjArrayIter::operator!= | ( | const TIterator & | aIter | ) | const [virtual] |
Reimplemented from TIterator.
Definition at line 868 of file TObjArray.cxx.
References xmlio::Class, fCurCursor, and nullptr.
bool TObjArrayIter::operator!= | ( | const TObjArrayIter & | aIter | ) | const |
TObject * TObjArrayIter::operator * | ( | ) | const [virtual] |
Reimplemented from TIterator.
Definition at line 894 of file TObjArray.cxx.
References fArray, TObjArray::fCont, fCurCursor, and nullptr.
Reimplemented from TIterator.
TObjArrayIter& TObjArrayIter::operator= | ( | const TObjArrayIter & | rhs | ) |
const TCollection* TObjArrayIter::GetCollection | ( | ) | const [inline, virtual] |
void TObjArrayIter::Reset | ( | ) | [virtual] |
Implements TIterator.
bool TObjArrayIter::operator!= | ( | const TIterator & | aIter | ) | const [virtual] |
Reimplemented from TIterator.
bool TObjArrayIter::operator!= | ( | const TObjArrayIter & | aIter | ) | const |
const TObjArray* TObjArrayIter::fArray [private] |
Definition at line 129 of file TObjArray.h.
Referenced by GetCollection(), Next(), operator *(), operator=(), Reset(), and TObjArrayIter().
Int_t TObjArrayIter::fCurCursor [private] |
Definition at line 130 of file TObjArray.h.
Referenced by Next(), operator *(), operator!=(), operator=(), Reset(), and TObjArrayIter().
Int_t TObjArrayIter::fCursor [private] |
Definition at line 131 of file TObjArray.h.
Referenced by Next(), operator=(), Reset(), and TObjArrayIter().
Bool_t TObjArrayIter::fDirection [private] |
Definition at line 132 of file TObjArray.h.
Referenced by Next(), operator=(), Reset(), and TObjArrayIter().
const TObjArray* TObjArrayIter::fArray [private] |
Definition at line 129 of file TObjArray.h.