23 #ifndef STORAGE_EXFAT_H 24 #define STORAGE_EXFAT_H 27 #include "storage/Filesystems/BlkFilesystem.h" 49 const Impl& get_impl()
const;
51 virtual Exfat* clone()
const override;
Exfat * to_exfat(Device *device)
Converts pointer to Device to pointer to Exfat.
Class to represent an exFAT filesystem https://en.wikipedia.org/wiki/ExFAT in the devicegraph...
Definition: Exfat.h:37
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37
bool is_exfat(const Device *device)
Checks whether device points to an Exfat.