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

Pipeliner Class Reference

#include <drivers.h>

Inheritance diagram for Pipeliner:

Driver Module List of all members.

Public Methods

 Pipeliner ( SuifEnv* suif_env )
virtual ~Pipeliner ()
virtual Moduleclone () const
 generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

virtual void execute ()
 executes the Module parse_command_line should be called before this method is invoked.


Static Public Methods

const LString get_class_name ()


Detailed Description


Constructor & Destructor Documentation

Pipeliner::Pipeliner ( SuifEnv * suif_env)

Pipeliner::~Pipeliner () [virtual]


Member Function Documentation

Module * Pipeliner::clone ( void) const [virtual]

generates a new copy of the current instance if necessary The implementor of a subclass is responsible for overriding this method if the implementation has a unique state the default implementation returns the current instance.

Reimplemented from Driver.

void Pipeliner::execute ( void) [virtual]

executes the Module parse_command_line should be called before this method is invoked.

Reimplemented from Driver.

const LString Pipeliner::get_class_name () [static]

Reimplemented from Driver.


The documentation for this class was generated from the following files:
Generated at Mon Jul 31 13:44:19 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000