#include <valuegen.h>
Inheritance diagram for ValueGenerator_Increment


Public Methods | |
| ValueGenerator_Increment (T init_value, T increment=1) | |
| ValueGenerator_Increment (StringArgs& args) | |
| Could extend to accept references for arguments. More... | |
| ValueGenerator_Increment (const ValueGenerator_Increment& other) | |
| Copy constructor. More... | |
| virtual bool | next () |
| Advance to the next state (whatever that means for this object). More... | |
| virtual void | reset () |
| Reset to the starting state. More... | |
| virtual ValueGenerator<T>* | clone () const |
| Constructs an identical copy of self and returns it. More... | |
Definition at line 270 of file valuegen.h.
|
||||||
|
Definition at line 274 of file valuegen.h. |
|
||||
|
Could extend to accept references for arguments.
Definition at line 279 of file valuegen.h. Referenced by clone(). |
|
||||
|
Copy constructor.
Definition at line 287 of file valuegen.h. |
|
||||
|
Constructs an identical copy of self and returns it.
Reimplemented from ValueGenerator. Definition at line 293 of file valuegen.h. |
|
||||
|
Advance to the next state (whatever that means for this object).
Reimplemented from ValueGenerator. Definition at line 290 of file valuegen.h. |
|
||||
|
Reset to the starting state.
Reimplemented from ValueGenerator. Definition at line 291 of file valuegen.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000