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);
bool is_pmbr_boot() const
Query the protective MBR boot flag.
void set_pmbr_boot(bool pmbr_boot)
Set the protective MBR boot flag.
The master container of the libstorage.
Definition: Devicegraph.h:133
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:73
The storage namespace.
Definition: Actiongraph.h:36
Definition: PartitionTable.h:71