23#ifndef STORAGE_EXFAT_H
24#define STORAGE_EXFAT_H
27#include "storage/Filesystems/BlkFilesystem.h"
37 class Exfat :
public BlkFilesystem
49 static Exfat* load(
Devicegraph* devicegraph,
const xmlNode* node);
56 const Impl& get_impl()
const;
58 virtual Exfat* clone()
const override;
An abstract base class for storage devices.
Definition Device.h:82
The main container of the libstorage-ng.
Definition Devicegraph.h:170
Class to represent an exFAT filesystem https://en.wikipedia.org/wiki/ExFAT in the devicegraph.
Definition Exfat.h:38
static Exfat * create(Devicegraph *devicegraph)
Create a device of type Exfat.
The storage namespace.
Definition Actiongraph.h:40
Exfat * to_exfat(Device *device)
Converts pointer to Device to pointer to Exfat.
bool is_exfat(const Device *device)
Checks whether device points to an Exfat.