Storage Class Reference

Storage abstract interface. More...

#include <Storage.h>

Inheritance diagram for Storage:
LocalStorage S3Storage

List of all members.

Public Member Functions

virtual bool put (const string &filename) const =0
virtual bool get (const string &filename) const =0

Detailed Description

Storage abstract interface.


Member Function Documentation

virtual bool Storage::get ( const string &  filename  )  const [pure virtual]

Get a file from the storage

Parameters:
filename The filename
Returns:
True if successful, otherwise false

Implemented in LocalStorage, and S3Storage.

virtual bool Storage::put ( const string &  filename  )  const [pure virtual]

Put a file to the storage

Parameters:
filename The filename
Returns:
True if successful, otherwise false

Implemented in LocalStorage, and S3Storage.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines

Generated on Tue Jul 19 17:22:43 2011 for FADE by  doxygen 1.6.1