A "struct mntent" like mount entry structure, but using std::strings.
More...
#include <Mount.h>
|
| MountEntry (const std::string &source, const std::string &target, const std::string &fstype, const std::string &options, const int dumpfreq=0, const int passnum=0) |
|
A "struct mntent" like mount entry structure, but using std::strings.
Definition at line 34 of file Mount.h.
zypp::media::MountEntry::MountEntry |
( |
const std::string & |
source, |
|
|
const std::string & |
target, |
|
|
const std::string & |
fstype, |
|
|
const std::string & |
options, |
|
|
const int |
dumpfreq = 0 , |
|
|
const int |
passnum = 0 |
|
) |
| |
|
inline |
A vector of mount entries.
Definition at line 61 of file Mount.h.
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const MountEntry & |
obj |
|
) |
| |
|
related |
Stream output
Definition at line 39 of file Mount.cc.
std::string zypp::media::MountEntry::src |
name of mounted file system
Definition at line 50 of file Mount.h.
std::string zypp::media::MountEntry::dir |
file system path prefix
Definition at line 51 of file Mount.h.
std::string zypp::media::MountEntry::type |
filesystem / mount type
Definition at line 52 of file Mount.h.
std::string zypp::media::MountEntry::opts |
mount options
Definition at line 53 of file Mount.h.
int zypp::media::MountEntry::freq |
dump frequency in days
Definition at line 54 of file Mount.h.
int zypp::media::MountEntry::pass |
pass number on parallel fsck
Definition at line 55 of file Mount.h.
The documentation for this struct was generated from the following file: