27 #include "storage/Devices/PartitionTable.h"
40 bool is_enlarge()
const;
41 void set_enlarge(
bool enlarge);
43 bool is_pmbr_boot()
const;
44 void set_pmbr_boot(
bool pmbr_boot);
51 const Impl& get_impl()
const;
53 virtual Gpt* clone()
const override;
62 bool is_gpt(
const Device* device);
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
Definition: PartitionTable.h:71