#include <time_module.h>
Inheritance diagram for TimeModule:
Public Methods | |
TimeModule ( SuifEnv* suif_env ) | |
virtual | ~TimeModule () |
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 bool | delete_me () const |
tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false. | |
virtual void | execute () |
executes the Module parse_command_line should be called before this method is invoked. |
|
|
|
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 Module.
|
tells the system whether an instance of this Module should be deleted after it has been executed the default implementation returns false.
Reimplemented from Module.
|
executes the Module parse_command_line should be called before this method is invoked.
Reimplemented from Module.