Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ValueGen Class Reference

#include <vgen.h>

Inheritance diagram for ValueGen:

Inheritance graph
[legend]
List of all members.

Detailed Description

Abstract base class for anything that supports a next and a reset.

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.


The documentation for this class was generated from the following file:
Generated on Mon Jan 20 02:37:25 2003 for RF-LISSOM by doxygen1.3-rc2