28 #include "storage/Devices/PartitionTable.h" 41 bool is_enlarge()
const;
42 void set_enlarge(
bool enlarge);
59 const Impl& get_impl()
const;
61 virtual Gpt* clone()
const override;
70 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
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.