#include <valuegencontainer.h>
Inheritance diagram for ValueGenContainer:
Definition at line 19 of file valuegencontainer.h.
Public Methods | |
virtual void | reset () |
Reset to the starting state. | |
virtual bool | next () |
Advance to the next state (whatever that means for this object). | |
virtual void | push_back (ValueGen *v) |
The given ValueGen must have been allocated using new; the container is responsible for eventually deleting it. | |
Protected Attributes | |
std::vector< ValueGen * > | c |
The underlying container. |