libzypp 17.31.7
zypp::media::MountEntry Struct Reference

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

#include </root/hudson/workspace/zypp/head/90-libzypp-online-doc/checkout/zypp-media/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)
 
bool isBlockDevice () const
 Returns true if the src part points to a block device in /dev. More...
 

Public Attributes

std::string src
 name of mounted file system More...
 
std::string dir
 file system path prefix More...
 
std::string type
 filesystem / mount type More...
 
std::string opts
 mount options More...
 
int freq
 dump frequency in days More...
 
int pass
 pass number on parallel fsck More...
 

Related Functions

(Note that these are not member functions.)

typedef std::vector< MountEntryMountEntries
 A vector of mount entries. More...
 
std::ostream & operator<< (std::ostream &str, const MountEntry &obj)
 Stream output. More...
 

Detailed Description

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

Definition at line 34 of file mount.h.

Constructor & Destructor Documentation

◆ MountEntry()

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.

Member Function Documentation

◆ isBlockDevice()

bool zypp::media::MountEntry::isBlockDevice ( ) const

Returns true if the src part points to a block device in /dev.

Definition at line 50 of file mount.cc.

Friends And Related Function Documentation

◆ MountEntries

typedef std::vector<MountEntry> MountEntries
related

A vector of mount entries.

Definition at line 66 of file mount.h.

◆ operator<<()

std::ostream & operator<< ( std::ostream &  str,
const MountEntry obj 
)
related

Stream output.

Definition at line 40 of file mount.cc.

Member Data Documentation

◆ src

std::string zypp::media::MountEntry::src

name of mounted file system

Definition at line 55 of file mount.h.

◆ dir

std::string zypp::media::MountEntry::dir

file system path prefix

Definition at line 56 of file mount.h.

◆ type

std::string zypp::media::MountEntry::type

filesystem / mount type

Definition at line 57 of file mount.h.

◆ opts

std::string zypp::media::MountEntry::opts

mount options

Definition at line 58 of file mount.h.

◆ freq

int zypp::media::MountEntry::freq

dump frequency in days

Definition at line 59 of file mount.h.

◆ pass

int zypp::media::MountEntry::pass

pass number on parallel fsck

Definition at line 60 of file mount.h.


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