#include <sbuild-mntstream.h>

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. | |
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.
| sbuild::mntstream::mntstream::mntentry::mntentry | ( | ) | [inline] |
The constructor.
| mntstream::mntentry::mntentry | ( | struct mntent const & | entry | ) |
The contructor.
| std::string sbuild::mntstream::mntstream::mntentry::directory |
File system path prefix.
| int sbuild::mntstream::mntstream::mntentry::dump_frequency |
Dump frequency (days).
| std::string sbuild::mntstream::mntstream::mntentry::filesystem_name |
Name of mounted filesystem.
| int sbuild::mntstream::mntstream::mntentry::fsck_pass |
Parallel fsck pass number.
| std::string sbuild::mntstream::mntstream::mntentry::options |
Mount options.
| std::string sbuild::mntstream::mntstream::mntentry::type |
Mount type.
1.5.8