Confdump Agent
1.4.0
|
#include <MountEntry.hpp>
Public Member Functions | |
MountEntry () | |
MountEntry (const struct mntent *entry) | |
virtual | ~MountEntry () |
QString | fileSystem () const |
QString | mountPoint () const |
QString | type () const |
QString | options () const |
int | checkFrequency () const |
int | checkPassNumber () const |
Static Public Member Functions | |
static std::vector < boost::shared_ptr < MountEntry > > | allMountEntriesFrom (boost::shared_ptr< LinuxDumper > driver, const boost::filesystem::path &fstab_path) |
Properties | |
QString | fileSystem |
QString | mountPoint |
QString | type |
QString | options |
int | checkFrequency |
int | checkPassNumber |
Private Attributes | |
QString | fileSystem_ |
QString | mountPoint_ |
QString | type_ |
QString | options_ |
int | checkFrequency_ |
int | checkPassNumber_ |
Definition at line 46 of file MountEntry.hpp.
Referenced by allMountEntriesFrom().
Confdump::System::Linux::MountEntry::MountEntry | ( | const struct mntent * | entry | ) |
Definition at line 38 of file MountEntry.cpp.
Confdump::System::Linux::MountEntry::~MountEntry | ( | ) | [virtual] |
Definition at line 48 of file MountEntry.cpp.
std::vector< shared_ptr< MountEntry > > Confdump::System::Linux::MountEntry::allMountEntriesFrom | ( | boost::shared_ptr< LinuxDumper > | driver, |
const boost::filesystem::path & | fstab_path | ||
) | [static] |
Definition at line 72 of file MountEntry.cpp.
References MountEntry().
int Confdump::System::Linux::MountEntry::checkFrequency | ( | ) | const [inline] |
Definition at line 67 of file MountEntry.hpp.
References checkFrequency_.
int Confdump::System::Linux::MountEntry::checkPassNumber | ( | ) | const [inline] |
Definition at line 68 of file MountEntry.hpp.
References checkPassNumber_.
QString Confdump::System::Linux::MountEntry::fileSystem | ( | ) | const |
QString Confdump::System::Linux::MountEntry::mountPoint | ( | ) | const |
QString Confdump::System::Linux::MountEntry::options | ( | ) | const |
QString Confdump::System::Linux::MountEntry::type | ( | ) | const |
int Confdump::System::Linux::MountEntry::checkFrequency_ [private] |
Definition at line 75 of file MountEntry.hpp.
Referenced by checkFrequency().
int Confdump::System::Linux::MountEntry::checkPassNumber_ [private] |
Definition at line 76 of file MountEntry.hpp.
Referenced by checkPassNumber().
QString Confdump::System::Linux::MountEntry::fileSystem_ [private] |
Definition at line 71 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::mountPoint_ [private] |
Definition at line 72 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::options_ [private] |
Definition at line 74 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::type_ [private] |
Definition at line 73 of file MountEntry.hpp.
Definition at line 53 of file MountEntry.hpp.
Definition at line 54 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::fileSystem [read] |
Definition at line 49 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::mountPoint [read] |
Definition at line 50 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::options [read] |
Definition at line 52 of file MountEntry.hpp.
QString Confdump::System::Linux::MountEntry::type [read] |
Definition at line 51 of file MountEntry.hpp.