28#include "storage/Filesystems/BlkFilesystem.h"
38 class Ntfs :
public BlkFilesystem
50 static Ntfs* load(
Devicegraph* devicegraph,
const xmlNode* node);
67 const Impl& get_impl()
const;
69 virtual Ntfs* 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 NTFS filesystem https://en.wikipedia.org/wiki/NTFS in the devicegraph.
Definition Ntfs.h:39
static std::vector< Ntfs * > get_all(Devicegraph *devicegraph)
Get all Ntfses.
static Ntfs * create(Devicegraph *devicegraph)
Create a device of type Ntfs.
static std::vector< const Ntfs * > get_all(const Devicegraph *devicegraph)
Get all Ntfses.
The storage namespace.
Definition Actiongraph.h:40
Ntfs * to_ntfs(Device *device)
Converts pointer to Device to pointer to Ntfs.
bool is_ntfs(const Device *device)
Checks whether device points to a Ntfs.