#include <model.hh>
Returns start, start+1, ...
Public Member Functions | |
| sequence (int start=0) | |
| A sequence class starting at start. | |
| int | operator() () |
| Subscript operator. Each call increments the value of the sequence. | |
Protected Attributes | |
| int | value_m |
Return to METSlib home page