#include <UT_Guid.h>
Public Types | |
| enum | { theStringSize = 43 } |
| enum | { theBinarySize = 16 } |
Public Member Functions | |
| UT_Guid () | |
| UT_Guid (const UT_Guid &src) | |
| ~UT_Guid () | |
| bool | setString (const char *str) |
| void | getString (UT_String &str) const |
| bool | operator== (const UT_Guid &cmp) const |
| bool | operator!= (const UT_Guid &cmp) const |
| const UT_Guid & | operator= (const UT_Guid &src) |
| void | writeBinary (ostream &os) const |
| bool | readBinary (UT_IStream &is) |
| bool | readAscii (UT_IStream &is) |
Friends | |
| class | UT_GuidHash |
| UT_API ostream & | operator<< (ostream &os, const UT_Guid &guid) |
Definition at line 47 of file UT_Guid.h.
| UT_Guid::UT_Guid | ( | ) |
| UT_Guid::UT_Guid | ( | const UT_Guid & | src | ) |
| UT_Guid::~UT_Guid | ( | ) |
| void UT_Guid::getString | ( | UT_String & | str | ) | const |
| bool UT_Guid::operator!= | ( | const UT_Guid & | cmp | ) | const |
| bool UT_Guid::operator== | ( | const UT_Guid & | cmp | ) | const |
| bool UT_Guid::readAscii | ( | UT_IStream & | is | ) |
| bool UT_Guid::readBinary | ( | UT_IStream & | is | ) |
| bool UT_Guid::setString | ( | const char * | str | ) |
| void UT_Guid::writeBinary | ( | ostream & | os | ) | const |
| UT_API ostream& operator<< | ( | ostream & | os, | |
| const UT_Guid & | guid | |||
| ) | [friend] |
friend class UT_GuidHash [friend] |
1.5.9