|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
Mount table entry. More...
#include <cc/MountTable>
Public Member Functions | |
| String | source () const |
| Storage device path. | |
| String | target () const |
| Mounted filesystem root path. | |
| String | type () const |
| Comma-separated filesystem types. | |
| String | options () const |
| Comma-separated mount options in "key=value" format. | |
| String | toString () const |
| Stringify. | |
Mount table entry.
| String source | ( | ) | const |
Storage device path.
| String target | ( | ) | const |
Mounted filesystem root path.
| String type | ( | ) | const |
Comma-separated filesystem types.
| String options | ( | ) | const |
Comma-separated mount options in "key=value" format.
| String toString | ( | ) | const |
Stringify.