Iterator of over the view's content.
Definition at line 101 of file TViewPubFunctions.h.
Public Types | |
| using | const_pointer = const TObject ** |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | pointer = TObject ** |
| using | reference = const TObject *& |
| using | value_type = TObject * |
Protected Member Functions | |
| TViewPubFunctionsIter () | |
Protected Member Functions inherited from TIterator | |
| TIterator () | |
| TIterator (const TIterator &) | |
Protected Attributes | |
| TIter | fClassIter |
| Bool_t | fDirection |
| TIter | fFuncIter |
| Bool_t | fStarted |
| const TList * | fView |
Additional Inherited Members | |
Static Public Member Functions inherited from TIterator | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
#include </github/home/ROOT-CI/src/core/meta/src/TViewPubFunctions.h>
Definition at line 116 of file TViewPubFunctions.h.
| using TViewPubFunctionsIter::difference_type = std::ptrdiff_t |
Definition at line 114 of file TViewPubFunctions.h.
| using TViewPubFunctionsIter::iterator_category = std::bidirectional_iterator_tag |
Definition at line 112 of file TViewPubFunctions.h.
Definition at line 115 of file TViewPubFunctions.h.
Definition at line 117 of file TViewPubFunctions.h.
Definition at line 113 of file TViewPubFunctions.h.
|
inlineprotected |
Definition at line 109 of file TViewPubFunctions.h.
| TViewPubFunctionsIter::TViewPubFunctionsIter | ( | const TViewPubFunctions * | l, |
| Bool_t | dir = kIterForward ) |
Create a new list iterator.
By default the iteration direction is kIterForward. To go backward use kIterBackward.
Definition at line 408 of file TViewPubFunctions.cxx.
| TViewPubFunctionsIter::TViewPubFunctionsIter | ( | const TViewPubFunctionsIter & | iter | ) |
Copy ctor.
Definition at line 417 of file TViewPubFunctions.cxx.
|
inline |
Definition at line 121 of file TViewPubFunctions.h.
|
inlineoverridevirtual |
Implements TIterator.
Definition at line 125 of file TViewPubFunctions.h.
|
overridevirtual |
Return next object in the list. Returns 0 when no more objects in list.
Implements TIterator.
Definition at line 458 of file TViewPubFunctions.cxx.
This operator compares two TIterator objects.
Reimplemented from TIterator.
Definition at line 508 of file TViewPubFunctions.cxx.
| Bool_t TViewPubFunctionsIter::operator!= | ( | const TViewPubFunctionsIter & | aIter | ) | const |
This operator compares two TViewPubFunctionsIter objects.
Definition at line 520 of file TViewPubFunctions.cxx.
|
inlineoverridevirtual |
Return current object or nullptr.
For backward compatibility reasons we have to provide this default implementation.
Reimplemented from TIterator.
Definition at line 130 of file TViewPubFunctions.h.
Overridden assignment operator.
Implements TIterator.
Definition at line 427 of file TViewPubFunctions.cxx.
| TViewPubFunctionsIter & TViewPubFunctionsIter::operator= | ( | const TViewPubFunctionsIter & | rhs | ) |
Overloaded assignment operator.
Definition at line 443 of file TViewPubFunctions.cxx.
|
overridevirtual |
|
protected |
Definition at line 104 of file TViewPubFunctions.h.
|
protected |
Definition at line 107 of file TViewPubFunctions.h.
|
protected |
Definition at line 105 of file TViewPubFunctions.h.
|
protected |
Definition at line 106 of file TViewPubFunctions.h.
Definition at line 103 of file TViewPubFunctions.h.