23 #ifndef STORAGE_SUBDEVICE_H 24 #define STORAGE_SUBDEVICE_H 27 #include "storage/Holders/Holder.h" 40 virtual Subdevice* clone()
const override;
47 const Impl& get_impl()
const;
56 bool is_subdevice(
const Holder* holder);
Subdevice * to_subdevice(Holder *holder)
Converts pointer to Holder to pointer to Subdevice.
The master container of the libstorage.
Definition: Devicegraph.h:153
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
Definition: Subdevice.h:33
The storage namespace.
Definition: Actiongraph.h:37