GridComputing
Job Management in Grid Computing
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Loader< Loadable > Class Template Reference

Loader Class. More...

#include <loader.h>

Public Member Functions

 Loader (const std::string &fileName)
 Constructor.
 
Loadable * Load ()
 Load method.
 

Private Attributes

std::string _fileName
 Source file name.
 

Detailed Description

template<class Loadable>
class Loader< Loadable >

Loader Class.

The Loader class calls the Load method of a Loadable class.

Constructor & Destructor Documentation

template<class Loadable >
Loader< Loadable >::Loader ( const std::string &  fileName)

Constructor.

Parameters
fileNamestd::string that contains the source fileName.

Member Function Documentation

template<class Loadable >
Loadable * Loader< Loadable >::Load ( )

Load method.

Returns
Pointer to the loaded object.

Member Data Documentation

template<class Loadable >
std::string Loader< Loadable >::_fileName
private

Source file name.


The documentation for this class was generated from the following file: