libzypp
10.5.0
|
A "struct mntent" like mount entry structure, but using std::strings. More...
#include <Mount.h>
Public Member Functions | |
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) | |
Public Attributes | |
std::string | src |
name of mounted file system | |
std::string | dir |
file system path prefix | |
std::string | type |
filesystem / mount type | |
std::string | opts |
mount options | |
int | freq |
dump frequency in days | |
int | pass |
pass number on parallel fsck | |
Related Functions | |
(Note that these are not member functions.) | |
typedef std::vector< MountEntry > | MountEntries |
std::ostream & | operator<< (std::ostream &str, const MountEntry &obj) |
A "struct mntent" like mount entry structure, but using std::strings.
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] |
typedef std::vector<MountEntry> MountEntries [related] |
std::ostream & operator<< | ( | std::ostream & | str, |
const MountEntry & | obj | ||
) | [related] |
std::string zypp::media::MountEntry::src |
std::string zypp::media::MountEntry::dir |
std::string zypp::media::MountEntry::type |
std::string zypp::media::MountEntry::opts |