Enumerator over an array of arrays of mesh entities of type ItemType and SubItemType. More...
#include <arcane/core/ItemPairEnumerator.h>
Public Member Functions | |
| ItemPairEnumeratorSubT (const ItemPairGroup &array) | |
| ItemType | operator* () const |
| operator ItemLocalIdT< ItemType > () const | |
| Conversion to ItemLocalIdT<ItemType>. | |
| Public Member Functions inherited from Arcane::ItemPairEnumerator | |
| ItemPairEnumerator (const ItemPairGroup &array) | |
| void | operator++ () |
| bool | hasNext () const |
| Int32 | itemLocalId () const |
| Int32 | index () const |
| ItemEnumerator | subItems () const |
| Item | operator* () const |
| Integer | nbSubItem () const |
| operator ItemLocalId () const | |
| Conversion to ItemLocalIdT<ItemType>. | |
Additional Inherited Members | |
| Public Types inherited from Arcane::ItemPairEnumerator | |
| typedef ItemInternal * | ItemInternalPtr |
| Protected Member Functions inherited from Arcane::ItemPairEnumerator | |
| Item | _currentItem () const |
| ConstArrayView< Int32 > | _ids () const |
| Protected Attributes inherited from Arcane::ItemPairEnumerator | |
| Int32 | m_current = 0 |
| Int32 | m_end = 0 |
| Int64ConstArrayView | m_indexes |
| Int32ConstArrayView | m_items_local_id |
| Span< const Int32 > | m_sub_items_local_id |
| ItemSharedInfo * | m_items_shared_info = ItemSharedInfo::nullInstance() |
| ItemSharedInfo * | m_sub_items_shared_info = ItemSharedInfo::nullInstance() |
Enumerator over an array of arrays of mesh entities of type ItemType and SubItemType.
Definition at line 113 of file ItemPairEnumerator.h.
|
inline |
Definition at line 118 of file ItemPairEnumerator.h.
|
inline |
Conversion to ItemLocalIdT<ItemType>.
Definition at line 130 of file ItemPairEnumerator.h.
|
inline |
Definition at line 125 of file ItemPairEnumerator.h.