|
| | Filesystem (pid_t pid_to_die_for, std::filesystem::path const &path_dir_mount, std::filesystem::path const &path_file_log) |
| | Construct a new Filesystem object.
|
| |
Definition at line 29 of file filesystem.hpp.
◆ Filesystem()
| ns_filesystem::Filesystem::Filesystem |
( |
pid_t | pid_to_die_for, |
|
|
std::filesystem::path const & | path_dir_mount, |
|
|
std::filesystem::path const & | path_file_log ) |
|
inlineprotected |
Construct a new Filesystem object.
- Parameters
-
| pid_to_die_for | Pid the mount process should die with |
| path_dir_mount | Path to the mount directory |
| path_file_log | Path to the log file for filesystem operations |
Definition at line 57 of file filesystem.hpp.
◆ ~Filesystem()
| ns_filesystem::Filesystem::~Filesystem |
( |
| ) |
|
|
inlinevirtual |
◆ mount()
| virtual Value< void > ns_filesystem::Filesystem::mount |
( |
| ) |
|
|
nodiscardpure virtual |
◆ m_child
◆ m_path_dir_mount
| std::filesystem::path ns_filesystem::Filesystem::m_path_dir_mount |
|
protected |
◆ m_path_file_log
| std::filesystem::path ns_filesystem::Filesystem::m_path_file_log |
|
protected |
◆ m_pid_to_die_for
| pid_t ns_filesystem::Filesystem::m_pid_to_die_for |
|
protected |
The documentation for this class was generated from the following file: