FRAMES NO FRAMES

Class IlcUnaryResourceIterator

Definition file: ilsched/schedulerdoc.h
Include file: <ilsched/ilsched.h>

An instance of this class traverses the set of unary resources.

See Also:

Constructor and Destructor Summary
public IlcUnaryResourceIterator(const IlcSchedule schedule)
Method Summary
public IlcBoolok() const
public IlcUnaryResourceoperator*() const
public IlcUnaryResourceIterator &operator++()
Constructor and Destructor Detail

IlcUnaryResourceIterator

public IlcUnaryResourceIterator(const IlcSchedule schedule)

This constructor creates an iterator to traverse all the unary resources of schedule.


Method Detail

ok

public IlcBool ok() const

This member function returns IlcTrue if the current position of the iterator is a valid one. It returns IlcFalse if all the unary resources have been scanned by the iterator.


operator*

public IlcUnaryResource operator*() const

This operator accesses the instance of IlcUnaryResource located at the current position of the iterator. If the iterator is set past the end position, this operator returns an empty handle.


operator++

public IlcUnaryResourceIterator & operator++()

This left-increment operator shifts the current position of the iterator.