Storage abstract interface. More...
#include <Storage.h>
Public Member Functions | |
| virtual bool | put (const string &filename) const =0 |
| virtual bool | get (const string &filename) const =0 |
Storage abstract interface.
| virtual bool Storage::get | ( | const string & | filename | ) | const [pure virtual] |
Get a file from the storage
| filename | The filename |
Implemented in LocalStorage, and S3Storage.
| virtual bool Storage::put | ( | const string & | filename | ) | const [pure virtual] |
Put a file to the storage
| filename | The filename |
Implemented in LocalStorage, and S3Storage.
1.6.1