#include <standard_modules.h>
Inheritance diagram for XLoadModule:
Public Methods | |
XLoadModule ( SuifEnv* suif_env ) | |
virtual | ~XLoadModule () |
virtual void | initialize () |
initializes the modules. More... | |
virtual void | execute () |
executes the Module parse_command_line should be called before this method is invoked. | |
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. | |
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 Module.
|
executes the Module parse_command_line should be called before this method is invoked.
Reimplemented from Module.
|
|
initializes the modules.
This method must/will be called before a call to parse_command_line or execute
Reimplemented from Module.