Confdump Agent  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Static Public Member Functions | Properties | Private Attributes
Confdump::System::Linux::MountEntry Class Reference

#include <MountEntry.hpp>

Inheritance diagram for Confdump::System::Linux::MountEntry:
Confdump::System::ManagedElement

List of all members.

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_

Detailed Description

Definition at line 46 of file MountEntry.hpp.


Constructor & Destructor Documentation

Referenced by allMountEntriesFrom().

Confdump::System::Linux::MountEntry::MountEntry ( const struct mntent *  entry)

Definition at line 38 of file MountEntry.cpp.

Definition at line 48 of file MountEntry.cpp.


Member Function Documentation

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().

Definition at line 67 of file MountEntry.hpp.

References checkFrequency_.

Definition at line 68 of file MountEntry.hpp.

References checkPassNumber_.


Member Data Documentation

Definition at line 75 of file MountEntry.hpp.

Referenced by checkFrequency().

Definition at line 76 of file MountEntry.hpp.

Referenced by checkPassNumber().

Definition at line 71 of file MountEntry.hpp.

Definition at line 72 of file MountEntry.hpp.

Definition at line 74 of file MountEntry.hpp.

Definition at line 73 of file MountEntry.hpp.


Property Documentation

Definition at line 53 of file MountEntry.hpp.

Definition at line 54 of file MountEntry.hpp.

Definition at line 49 of file MountEntry.hpp.

Definition at line 50 of file MountEntry.hpp.

Definition at line 52 of file MountEntry.hpp.

Definition at line 51 of file MountEntry.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends