sbuild::mntstream::mntentry Struct Reference

An entry in a mntstream. More...

#include <sbuild-mntstream.h>

List of all members.

Public Member Functions

 mntentry ()
 The constructor.
 mntentry (struct mntent const &entry)
 The contructor.

Public Attributes

std::string filesystem_name
 Name of mounted filesystem.
std::string directory
 File system path prefix.
std::string type
 Mount type.
std::string options
 Mount options.
int dump_frequency
 Dump frequency (days).
int fsck_pass
 Parallel fsck pass number.


Detailed Description

An entry in a mntstream.

It is a wrapper around the mntent structure declared in mntent.h. Unlike a mntent pointer returned by getmntent(3), a mntentry does not become invalid when the mntstream it was extracted from is destroyed.


Constructor & Destructor Documentation

sbuild::mntstream::mntentry::mntentry (  )  [inline]

The constructor.

mntstream::mntentry::mntentry ( struct mntent const &  entry  ) 

The contructor.

Parameters:
 


Member Data Documentation

Name of mounted filesystem.

File system path prefix.

Mount type.

Mount options.

Dump frequency (days).

Parallel fsck pass number.


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

Generated on Mon May 5 09:26:44 2008 for sbuild by  doxygen 1.5.5