Overview | Group | Tree | Graph | Index | Concepts |
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 IlcAnyTimetable | operator*() |
public IlcAnyTimetableIterator & | operator++() |
Constructor Detail |
---|
This constructor creates an iterator to traverse all the timetables of a state resource.
Method Detail |
---|
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.
This left-increment operator shifts the current position of the iterator.