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

ValueGenContainer Class Reference

#include <valuegencontainer.h>

Inheritance diagram for ValueGenContainer:

Inheritance graph
[legend]
Collaboration diagram for ValueGenContainer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Generic bag of ValueGens.

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.


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