23 #ifndef STORAGE_ISO9660_H 24 #define STORAGE_ISO9660_H 27 #include "storage/Filesystems/BlkFilesystem.h" 58 const Impl& get_impl()
const;
60 virtual Iso9660* clone()
const override;
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
Definition: BlkFilesystem.h:42
static Iso9660 * create(Devicegraph *devicegraph)
Create a device of type Iso9660.
Iso9660 * to_iso9660(Device *device)
Converts pointer to Device to pointer to Iso9660.
An abstract base class for storage devices.
Definition: Device.h:81
Class for ISO9660 filesystem.
Definition: Iso9660.h:39
The storage namespace.
Definition: Actiongraph.h:39
bool is_iso9660(const Device *device)
Checks whether device points to a Iso9660.