24 #ifndef STORAGE_VFAT_H 25 #define STORAGE_VFAT_H 28 #include "storage/Filesystems/BlkFilesystem.h" 57 const Impl& get_impl()
const;
59 virtual Vfat* clone()
const override;
Class to represent an VFAT filesystem https://en.wikipedia.org/wiki/Vfat in the devicegraph.
Definition: Vfat.h:38
static Vfat * create(Devicegraph *devicegraph)
Create a device of type Vfat.
Vfat * to_vfat(Device *device)
Converts pointer to Device to pointer to Vfat.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
bool is_vfat(const Device *device)
Checks whether device points to a Vfat.
An abstract base class for storage devices.
Definition: Device.h:81
The storage namespace.
Definition: Actiongraph.h:39