23 #ifndef STORAGE_NTFS_H 24 #define STORAGE_NTFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 40 static std::vector<Ntfs*> get_all(
Devicegraph* devicegraph);
41 static std::vector<const Ntfs*> get_all(
const Devicegraph* devicegraph);
48 const Impl& get_impl()
const;
50 virtual Ntfs* clone()
const override;
59 bool is_ntfs(
const Device* device);
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
Ntfs * to_ntfs(Device *device)
Converts pointer to Device to pointer to Ntfs.
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37