#include <drivers.h>
Inheritance diagram for Pipeliner:
Public Methods | |
Pipeliner ( SuifEnv* suif_env ) | |
virtual | ~Pipeliner () |
virtual Module* | clone () 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 () |
|
|
|
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.
|
executes the Module parse_command_line should be called before this method is invoked.
Reimplemented from Driver.
|
Reimplemented from Driver.