23 #ifndef STORAGE_ISO9660_H 24 #define STORAGE_ISO9660_H 27 #include "storage/Filesystems/BlkFilesystem.h" 49 const Impl& get_impl()
const;
51 virtual Iso9660* clone()
const override;
60 bool is_iso9660(
const Device* device);
The master container of the libstorage.
Definition: Devicegraph.h:153
Definition: BlkFilesystem.h:42
Iso9660 * to_iso9660(Device *device)
Converts pointer to Device to pointer to Iso9660.
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
Class for ISO9660 filesystem.
Definition: Iso9660.h:37
The storage namespace.
Definition: Actiongraph.h:37