24 #ifndef STORAGE_NTFS_H 25 #define STORAGE_NTFS_H 28 #include "storage/Filesystems/BlkFilesystem.h" 67 const Impl& get_impl()
const;
69 virtual Ntfs* clone()
const override;
bool is_ntfs(const Device *device)
Checks whether device points to a Ntfs.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
static std::vector< Ntfs * > get_all(Devicegraph *devicegraph)
Get all Ntfses.
Ntfs * to_ntfs(Device *device)
Converts pointer to Device to pointer to Ntfs.
An abstract base class for storage devices.
Definition: Device.h:81
Class to represent an NTFS filesystem https://en.wikipedia.org/wiki/NTFS in the devicegraph.
Definition: Ntfs.h:38
static Ntfs * create(Devicegraph *devicegraph)
Create a device of type Ntfs.
The storage namespace.
Definition: Actiongraph.h:39