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