Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:GUIDData

2 // C++ Interface: GUIDData
4 // Description: GUIDData class header
5 // Implements the GUIDData data structure and support methods
37 class GUIDData {
44 GUIDData(void);
45 GUIDData(const GUIDData & orig);
46 GUIDData(const string & orig);
47 GUIDData(const char * orig);
48 ~GUIDData(void);
51 GUIDData & operator=(const GUIDData & orig);
52 GUIDData & operator=(const string & orig);
53 GUIDData & operator=(const char * orig);
58 int operator==(const GUIDData & orig) const;
59 int operator!=(const GUIDData & orig) const;
63 }; // class GUIDData
65 ostream & operator<<(ostream & os, const GUIDData & data);