Enumerator over a list of entities.
More...
#include <arcane/core/ItemInternalEnumerator.h>
Enumerator over a list of entities.
- Deprecated
- This class is obsolete and should no longer be used. You must use ItemEnumerator instead.
Definition at line 40 of file ItemInternalEnumerator.h.
◆ ItemInternalPtr
| typedef ItemInternal* Arcane::ItemInternalEnumerator::ItemInternalPtr |
|
private |
◆ ItemInternalEnumerator() [1/3]
| Arcane::ItemInternalEnumerator::ItemInternalEnumerator |
( |
const ItemInternalPtr * | items, |
|
|
const Int32 * | local_ids, |
|
|
Integer | n ) |
|
inline |
◆ ItemInternalEnumerator() [2/3]
◆ ItemInternalEnumerator() [3/3]
| Arcane::ItemInternalEnumerator::ItemInternalEnumerator |
( |
const ItemInternalArrayView & | items, |
|
|
const Int32ConstArrayView & | local_ids ) |
|
inline |
◆ count()
| Integer Arcane::ItemInternalEnumerator::count |
( |
| ) |
const |
|
inline |
◆ hasNext()
| bool Arcane::ItemInternalEnumerator::hasNext |
( |
| ) |
|
|
inline |
◆ index()
| Integer Arcane::ItemInternalEnumerator::index |
( |
| ) |
const |
|
inline |
◆ localId()
| Integer Arcane::ItemInternalEnumerator::localId |
( |
| ) |
const |
|
inline |
◆ operator()()
| bool Arcane::ItemInternalEnumerator::operator() |
( |
| ) |
|
|
inline |
◆ operator*()
| ItemInternal * Arcane::ItemInternalEnumerator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
| void Arcane::ItemInternalEnumerator::operator++ |
( |
| ) |
|
|
inline |
◆ operator->()
| ItemInternal * Arcane::ItemInternalEnumerator::operator-> |
( |
| ) |
const |
|
inline |
◆ ItemEnumerator
| friend class ItemEnumerator |
|
friend |
◆ m_count
| Integer Arcane::ItemInternalEnumerator::m_count |
|
protected |
◆ m_index
| Integer Arcane::ItemInternalEnumerator::m_index |
|
protected |
◆ m_items
| const ItemInternalPtr* Arcane::ItemInternalEnumerator::m_items |
|
protected |
◆ m_local_ids
| const Int32* ARCANE_RESTRICT Arcane::ItemInternalEnumerator::m_local_ids |
|
protected |
The documentation for this class was generated from the following file: