libzypp  10.5.0
zypp::media::MountEntry Struct Reference

A "struct mntent" like mount entry structure, but using std::strings. More...

#include <Mount.h>

List of all members.

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< MountEntryMountEntries
std::ostream & operator<< (std::ostream &str, const MountEntry &obj)

Detailed Description

A "struct mntent" like mount entry structure, but using std::strings.

Definition at line 34 of file Mount.h.


Constructor & Destructor Documentation

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]

Definition at line 36 of file Mount.h.


Friends And Related Function Documentation

typedef std::vector<MountEntry> MountEntries [related]

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.


Member Data Documentation

name of mounted file system

Definition at line 50 of file Mount.h.

file system path prefix

Definition at line 51 of file Mount.h.

filesystem / mount type

Definition at line 52 of file Mount.h.

mount options

Definition at line 53 of file Mount.h.

dump frequency in days

Definition at line 54 of file Mount.h.

pass number on parallel fsck

Definition at line 55 of file Mount.h.


The documentation for this struct was generated from the following file: