blip  0.1
StorageManager Class Reference

#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...
 

Detailed Description

Author
Mark Lindner

Constructor & Destructor Documentation

◆ ~StorageManager()

Destructor.

Member Function Documentation

◆ getMountedPath()

const char * getMountedPath ( BinaryObject object)

Get the mount path for the given BinaryObject.

Parameters
objectThe BinaryObject.
Returns
The mount path, or NULL if the object isn't currently mounted.

◆ isMounted()

bool isMounted ( BinaryObject object)

Test if the given BinaryObject is currently mounted.

◆ mount()

void mount ( BinaryObject object,
const char *  key 
)

◆ unmount()

void unmount ( BinaryObject object,
bool  force = false 
)

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