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;
Definition: BlkFilesystem.h:43
An abstract base class for storage devices.
Definition: Device.h:82
The main container of the libstorage-ng.
Definition: Devicegraph.h:170
Class for ISO9660 filesystem.
Definition: Iso9660.h:40
static Iso9660 * create(Devicegraph *devicegraph)
Create a device of type Iso9660.
The storage namespace.
Definition: Actiongraph.h:40
bool is_iso9660(const Device *device)
Checks whether device points to a Iso9660.
Iso9660 * to_iso9660(Device *device)
Converts pointer to Device to pointer to Iso9660.