#include <model.hh>
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 |
Returns start, start+1, ...
Return to METSlib home page