GridComputing
Job Management in Grid Computing
|
#include <loader.h>
Public Member Functions | |
Loader (const std::string &fileName) | |
Constructor. | |
Loadable * | Load () |
Load method. | |
Private Attributes | |
std::string | _fileName |
Source file name. | |
Loader Class.
The Loader class calls the Load method of a Loadable class.
Constructor.
fileName | std::string that contains the source fileName. |
Loadable * Loader< Loadable >::Load | ( | ) |
Load method.
|
private |
Source file name.