LocalStorage Class Reference

Local storage. More...

#include <LocalStorage.h>

Inheritance diagram for LocalStorage:
Storage

List of all members.

Public Member Functions

 LocalStorage (const string &dir)
bool put (const string &filename) const
bool get (const string &filename) const

Detailed Description

Local storage.


Constructor & Destructor Documentation

LocalStorage::LocalStorage ( const string &  dir  )  [inline]
Parameters:
dir The path of the local storage

Member Function Documentation

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

Get a file from the storage

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

Implements Storage.

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

Put a file to the storage

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

Implements Storage.


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

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