23 #ifndef STORAGE_NTFS_H 24 #define STORAGE_NTFS_H 27 #include "storage/Filesystems/BlkFilesystem.h" 44 static std::vector<Ntfs*> get_all(
Devicegraph* devicegraph);
45 static std::vector<const Ntfs*> get_all(
const Devicegraph* devicegraph);
52 const Impl& get_impl()
const;
54 virtual Ntfs* clone()
const override;
63 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
Class to represent an NTFS filesystem https://en.wikipedia.org/wiki/NTFS in the devicegraph.
Definition: Ntfs.h:37
The storage namespace.
Definition: Actiongraph.h:37