GridComputing
Job Management in Grid Computing
|
#include <loader.h>
Public Member Functions | |
Saver (const std::string &fileName) | |
Constructor. | |
bool | Save (Savable *s) |
Save method. | |
Private Attributes | |
std::string | _fileName |
Destination file name. | |
Saver Class.
The Saver class calls the Save method of a Savable class.
Constructor.
fileName | std::string that contains the destination fileName. |
bool Saver< Savable >::Save | ( | Savable * | s | ) |
Save method.
|
private |
Destination file name.