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

ValueGen Class Reference

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

#include <vgen.h>

Inheritance diagram for ValueGen

Inheritance graph

[legend]
List of all members.

Public Methods

 ValueGen ()
virtual ~ValueGen ()
virtual bool next () = 0
 Advance to the next state (whatever that means for this object).

virtual void reset () = 0
 Reset to the starting state.


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 32 of file vgen.h.


Constructor & Destructor Documentation

ValueGen::ValueGen ( ) [inline]
 

Definition at line 34 of file vgen.h.

ValueGen::~ValueGen ( ) [inline, virtual]
 

Definition at line 35 of file vgen.h.


The documentation for this class was generated from the following file:
Generated at Mon Aug 21 00:31:27 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000