Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::ItemPairEnumeratorSubT< ItemType > Class Template Reference

Enumerator over an array of arrays of mesh entities of type ItemType and SubItemType. More...

#include <arcane/core/ItemPairEnumerator.h>

Inheritance diagram for Arcane::ItemPairEnumeratorSubT< ItemType >:
Collaboration diagram for Arcane::ItemPairEnumeratorSubT< ItemType >:

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 ItemInternalItemInternalPtr
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 Int32m_sub_items_local_id
ItemSharedInfom_items_shared_info = ItemSharedInfo::nullInstance()
ItemSharedInfom_sub_items_shared_info = ItemSharedInfo::nullInstance()

Detailed Description

template<typename ItemType>
class Arcane::ItemPairEnumeratorSubT< ItemType >

Enumerator over an array of arrays of mesh entities of type ItemType and SubItemType.

Definition at line 113 of file ItemPairEnumerator.h.

Constructor & Destructor Documentation

◆ ItemPairEnumeratorSubT()

template<typename ItemType>
Arcane::ItemPairEnumeratorSubT< ItemType >::ItemPairEnumeratorSubT ( const ItemPairGroup & array)
inline

Definition at line 118 of file ItemPairEnumerator.h.

Member Function Documentation

◆ operator ItemLocalIdT< ItemType >()

template<typename ItemType>
Arcane::ItemPairEnumeratorSubT< ItemType >::operator ItemLocalIdT< ItemType > ( ) const
inline

Conversion to ItemLocalIdT<ItemType>.

Definition at line 130 of file ItemPairEnumerator.h.

◆ operator*()

template<typename ItemType>
ItemType Arcane::ItemPairEnumeratorSubT< ItemType >::operator* ( ) const
inline

Definition at line 125 of file ItemPairEnumerator.h.


The documentation for this class was generated from the following file: