blip
0.1
|
#include <StorageManager.hpp>
Public Member Functions | |
~StorageManager () | |
Destructor. More... | |
void | mount (BinaryObject *object, const char *key) |
void | unmount (BinaryObject *object, bool force=false) |
const char * | getMountedPath (BinaryObject *object) |
Get the mount path for the given BinaryObject. More... | |
bool | isMounted (BinaryObject *object) |
Test if the given BinaryObject is currently mounted. More... | |
~StorageManager | ( | ) |
Destructor.
const char * getMountedPath | ( | BinaryObject * | object | ) |
Get the mount path for the given BinaryObject.
object | The BinaryObject. |
bool isMounted | ( | BinaryObject * | object | ) |
Test if the given BinaryObject is currently mounted.
void mount | ( | BinaryObject * | object, |
const char * | key | ||
) |
void unmount | ( | BinaryObject * | object, |
bool | force = false |
||
) |