Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::VariableCollectionEnumerator Class Reference

Public Member Functions

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

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.


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