Typed enumerator. More...
Public Member Functions | |
| EnumeratorT (const Collection< T > &collection) | |
| EnumeratorT (EnumeratorImplBase *impl) | |
| const T & | current () const |
| T & | current () |
| const T & | operator* () const |
| T & | operator* () |
| const T * | operator-> () const |
| T * | operator-> () |
| Public Member Functions inherited from Arcane::EnumeratorBase | |
| EnumeratorBase ()=default | |
| Constructs a null enumerator. | |
| EnumeratorBase (EnumeratorImplBase *impl) | |
| Constructs an enumerator associated with the implementation impl. | |
| void | reset () |
| bool | moveNext () |
| void * | current () |
| const void * | current () const |
| bool | operator++ () |
| Advances the enumerator to the next element. | |
Private Member Functions | |
| T * | _currentPtr () |
| const T * | _currentPtr () const |
Additional Inherited Members | |
| Protected Member Functions inherited from Arcane::EnumeratorBase | |
| EnumeratorImplBase * | _impl () |
| const EnumeratorImplBase * | _impl () const |
Typed enumerator.
Definition at line 198 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 236 of file arccore/src/common/arccore/common/Collection.h.
|
inlineexplicit |
Definition at line 205 of file arccore/src/common/arccore/common/Collection.h.
|
inlineprivate |
Definition at line 223 of file arccore/src/common/arccore/common/Collection.h.
|
inlineprivate |
Definition at line 227 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 212 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 211 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 217 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 216 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 219 of file arccore/src/common/arccore/common/Collection.h.
|
inline |
Definition at line 218 of file arccore/src/common/arccore/common/Collection.h.