24 #ifndef STORAGE_IMPLICIT_PT_H 25 #define STORAGE_IMPLICIT_PT_H 28 #include "storage/Devices/PartitionTable.h" 54 const Impl& get_impl()
const;
72 bool is_implicit_pt(
const Device* device);
Class to represent implicit partition table.
Definition: ImplicitPt.h:42
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
void create_implicit_partition()
Create the implicit partition.
The storage namespace.
Definition: Actiongraph.h:37
Definition: PartitionTable.h:81
ImplicitPt * to_implicit_pt(Device *device)
Converts pointer to Device to pointer to ImplicitPt.