FRAMES NO FRAMES

Class IlcAnyTimetableIterator

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

An instance of this class traverses the set of timetables associated with a state resource.

See Also:

Constructor Summary
public IlcAnyTimetableIterator(IlcStateResource res)
Method Summary
public IlcAnyTimetableoperator*()
public IlcAnyTimetableIterator &operator++()
Constructor Detail

IlcAnyTimetableIterator

public IlcAnyTimetableIterator(IlcStateResource res)

This constructor creates an iterator to traverse all the timetables of a state resource.


Method Detail

operator*

public IlcAnyTimetable operator*()

This operator accesses the instance of IlcAnyTimetable 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 IlcAnyTimetableIterator & operator++()

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