CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
MountPoint Class Reference

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.
 

Detailed Description

Mount table entry.

Member Function Documentation

◆ source()

String source ( ) const

Storage device path.

◆ target()

String target ( ) const

Mounted filesystem root path.

◆ type()

String type ( ) const

Comma-separated filesystem types.

◆ options()

String options ( ) const

Comma-separated mount options in "key=value" format.

◆ toString()

String toString ( ) const

Stringify.