Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:GPTPart

2 // C++ Interface: gptpart
28 // Values returned by GPTPart::IsSizedForMBR()
35 * GPTPart class and related structures *
39 class GPTPart {
41 // Caution: The non-static data in GPTPart is precisely the right size
46 // GPTData::LoadSecondTableAsMain() and then removing the GPTPart
55 GPTPart(void);
56 ~GPTPart(void);
89 GPTPart & operator=(const GPTPart & orig);
90 bool operator<(const GPTPart &other) const;
94 int DoTheyOverlap(const GPTPart & other); // returns 1 if there's overlap
99 }; // struct GPTPart