28 #include "storage/Devices/PartitionTable.h" 66 const Impl& get_impl()
const;
68 virtual Gpt* clone()
const override;
77 bool is_gpt(
const Device* device);
void set_pmbr_boot(bool pmbr_boot)
Set the protective MBR boot flag.
The master container of the libstorage.
Definition: Devicegraph.h:153
static std::vector< Gpt * > get_all(Devicegraph *devicegraph)
Get all GPTs.
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:75
The storage namespace.
Definition: Actiongraph.h:37
Definition: PartitionTable.h:81
Gpt * to_gpt(Device *device)
Converts pointer to Device to pointer to Gpt.
bool is_pmbr_boot() const
Query the protective MBR boot flag.