|
jaulib v1.4.1
Jau Support Library (C++, Java, ..)
|
#include <file_util.hpp>
Public Member Functions | |
| mount_ctx () | |
| mount_ctx (std::string target_, const int loop_device_id_) | |
Public Attributes | |
| int | loop_device_id |
| bool | mounted |
| std::string | target |
Definition at line 1039 of file file_util.hpp.
|
inline |
Definition at line 1044 of file file_util.hpp.
|
inline |
Definition at line 1047 of file file_util.hpp.
| bool jau::io::fs::mount_ctx::mounted |
Definition at line 1040 of file file_util.hpp.
| std::string jau::io::fs::mount_ctx::target |
Definition at line 1041 of file file_util.hpp.
| int jau::io::fs::mount_ctx::loop_device_id |
Definition at line 1042 of file file_util.hpp.