23 #ifndef STORAGE_BITLOCKER_H 24 #define STORAGE_BITLOCKER_H 27 #include "storage/Filesystems/BlkFilesystem.h" 50 const Impl& get_impl()
const;
52 virtual Bitlocker* clone()
const override;
Class for BitLocker filesystem.
Definition: Bitlocker.h:38
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37
bool is_bitlocker(const Device *device)
Checks whether device points to an Bitlocker.
Bitlocker * to_bitlocker(Device *device)
Converts pointer to Device to pointer to Bitlocker.