#include <MountInfo.h>
Public Methods | |
MountInfo (AIDA::Dev::IDevTree *targetTree, const std::string &targetPath, const std::string &mountPoint) | |
Constructor. | |
~MountInfo () | |
Destructor. | |
AIDA::Dev::IDevTree * | targetTree () const |
Returns the target tree. | |
const std::string | targetPath () const |
Returns the target path. | |
const std::string | mountPoint () const |
Returns the mount point. | |
Private Attributes | |
AIDA::Dev::IDevTree * | m_targetTree |
std::string | m_targetPath |
std::string | m_mountPoint |
|
Definition at line 22 of file MountInfo.h. References m_mountPoint, m_targetPath, m_targetTree, mountPoint(), targetPath(), and targetTree(). |
|
Definition at line 31 of file MountInfo.h. |
|
Definition at line 40 of file MountInfo.h. References m_mountPoint. Referenced by MountInfo(). |
|
|
|
Definition at line 45 of file MountInfo.h. Referenced by MountInfo(), and mountPoint(). |
|
Definition at line 44 of file MountInfo.h. Referenced by MountInfo(), and targetPath(). |
|
Definition at line 43 of file MountInfo.h. Referenced by MountInfo(), and targetTree(). |