#include <vgen.h>
Inheritance diagram for ValueGen:
Such an object is either stateless or has state that can be accessed in discrete time steps. This class is generally used as a base type for a variety of otherwise unrelated classes that all need to be advanced to the next iteration at the same time, and that can all be reset to their starting state.
Definition at line 17 of file vgen.h.
Public Methods | |
virtual bool | next ()=0 |
Advance to the next state (whatever that means for this object). | |
virtual void | reset ()=0 |
Reset to the starting state. |