Lines Matching defs:MBRPart
2 MBRPart class, part of GPT fdisk program family.
54 class MBRPart {
72 MBRPart();
73 MBRPart(const MBRPart& other);
74 virtual ~MBRPart();
75 virtual MBRPart& operator=(const MBRPart& orig);
76 virtual MBRPart& operator=(const struct MBRRecord& orig);
77 bool operator<(const MBRPart &other) const;
101 int DoTheyOverlap (const MBRPart& other);
110 }; // MBRPart