Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::VariableCollectionEnumerator Class Reference
Collaboration diagram for Arcane::VariableCollectionEnumerator:

Public Member Functions

 VariableCollectionEnumerator (const VariableCollection &col)
bool operator++ ()
IVariableoperator* ()
IVariablecurrent ()
bool moveNext ()
void reset ()

Private Attributes

Integer m_index
Integer m_count
ConstArrayView< IVariable * > m_collection

Friends

class VariableCollection

Detailed Description

Definition at line 39 of file VariableCollection.h.

Constructor & Destructor Documentation

◆ VariableCollectionEnumerator()

Arcane::VariableCollectionEnumerator::VariableCollectionEnumerator ( const VariableCollection & col)

Definition at line 64 of file VariableCollection.cc.

Member Function Documentation

◆ current()

IVariable * Arcane::VariableCollectionEnumerator::current ( )
inline

Definition at line 60 of file VariableCollection.h.

◆ moveNext()

bool Arcane::VariableCollectionEnumerator::moveNext ( )
inline

Definition at line 64 of file VariableCollection.h.

◆ operator*()

IVariable * Arcane::VariableCollectionEnumerator::operator* ( )
inline

Definition at line 56 of file VariableCollection.h.

◆ operator++()

bool Arcane::VariableCollectionEnumerator::operator++ ( )
inline

Definition at line 51 of file VariableCollection.h.

◆ reset()

void Arcane::VariableCollectionEnumerator::reset ( )
inline

Definition at line 68 of file VariableCollection.h.

◆ VariableCollection

friend class VariableCollection
friend

Definition at line 43 of file VariableCollection.h.

Member Data Documentation

◆ m_collection

ConstArrayView<IVariable*> Arcane::VariableCollectionEnumerator::m_collection
private

Definition at line 77 of file VariableCollection.h.

◆ m_count

Integer Arcane::VariableCollectionEnumerator::m_count
private

Definition at line 76 of file VariableCollection.h.

◆ m_index

Integer Arcane::VariableCollectionEnumerator::m_index
private

Definition at line 75 of file VariableCollection.h.


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