#include <valuegen.h>
Inheritance diagram for ValueGenerator_Expression


Public Methods | |
| ValueGenerator_Expression (string expression, const StringParser& parser) | |
| ValueGenerator_Expression (StringArgs& args) | |
| ValueGenerator_Expression (const ValueGenerator_Expression& other) | |
| Copy constructor. More... | |
| ~ValueGenerator_Expression () | |
| 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 305 of file valuegen.h.
|
||||||
|
Definition at line 311 of file valuegen.h. |
|
||||
|
Definition at line 314 of file valuegen.h. |
|
||||
|
Copy constructor.
Definition at line 320 of file valuegen.h. Referenced by clone(). |
|
||||
|
Definition at line 323 of file valuegen.h. |
|
||||
|
Constructs an identical copy of self and returns it.
Reimplemented from ValueGenerator. Definition at line 329 of file valuegen.h. |
|
||||
|
Advance to the next state (whatever that means for this object).
Reimplemented from ValueGenerator. Definition at line 325 of file valuegen.h. |
|
||||
|
Reset to the starting state.
Reimplemented from ValueGenerator. Definition at line 327 of file valuegen.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000