24 #ifndef STORAGE_DASD_PT_H 25 #define STORAGE_DASD_PT_H 28 #include "storage/Devices/PartitionTable.h" 53 const Impl& get_impl()
const;
55 virtual DasdPt* clone()
const override;
bool is_dasd_pt(const Device *device)
Checks whether device points to a DasdPt.
static DasdPt * create(Devicegraph *devicegraph)
Create a device of type DasdPt.
DasdPt * to_dasd_pt(Device *device)
Converts pointer to Device to pointer to DasdPt.
The main container of the libstorage-ng.
Definition: Devicegraph.h:169
An abstract base class for storage devices.
Definition: Device.h:81
The storage namespace.
Definition: Actiongraph.h:38
Definition: PartitionTable.h:87