CFx SDK Documentation
2022 SP0
|
#include <OdGUID.h>
Classes | |
struct | StringFormat |
Public Types | |
typedef OdUInt8 | DataType[0x10] |
typedef OdUInt8 | Data4Type[0x8] |
Public Member Functions | |
OdGUID () | |
OdGUID (const OdUInt32, const OdUInt16, const OdUInt16, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8, const OdUInt8) | |
OdGUID (const OdInt32, const OdInt16, const OdInt16, const Data4Type &) | |
OdGUID (const DataType &) | |
OdGUID (const OdString &) | |
OdGUID & | operator= (const OdGUID &) |
bool | operator< (const OdGUID &) const |
bool | operator> (const OdGUID &) const |
bool | operator== (const OdGUID &) const |
bool | operator!= (const OdGUID &) const |
bool | operator<= (const OdGUID &) const |
bool | operator>= (const OdGUID &) const |
OdString | toString (const StringFormat::Enum format=StringFormat::Hyphenses) const |
const DataType & | data () const |
Static Public Attributes | |
static FIRSTDLL_EXPORT_STATIC const OdGUID | kNull |
OdGUID::OdGUID | ( | ) |
OdGUID::OdGUID | ( | const | OdUInt32, |
const | OdUInt16, | ||
const | OdUInt16, | ||
const | OdUInt8, | ||
const | OdUInt8, | ||
const | OdUInt8, | ||
const | OdUInt8, | ||
const | OdUInt8, | ||
const | OdUInt8, | ||
const | OdUInt8, | ||
const | OdUInt8 | ||
) |
OdGUID::OdGUID | ( | const | OdInt32, |
const | OdInt16, | ||
const | OdInt16, | ||
const Data4Type & | |||
) |
|
explicit |
|
explicit |
const DataType& OdGUID::data | ( | ) | const |
bool OdGUID::operator!= | ( | const OdGUID & | ) | const |
bool OdGUID::operator< | ( | const OdGUID & | ) | const |
bool OdGUID::operator<= | ( | const OdGUID & | ) | const |
bool OdGUID::operator== | ( | const OdGUID & | ) | const |
bool OdGUID::operator> | ( | const OdGUID & | ) | const |
bool OdGUID::operator>= | ( | const OdGUID & | ) | const |
OdString OdGUID::toString | ( | const StringFormat::Enum | format = StringFormat::Hyphenses | ) | const |
Returns string representation for this OdGUID.
format | [in] A single format specifier that indicates how to format the value of this OdGUID. Default value is OdGUID::StringFormat::Hyphenses. |
OdGUID::StringFormat::Digits: 00000000000000000000000000000000 OdGUID::StringFormat::Hyphenses: 00000000-0000-0000-0000-000000000000 OdGUID::StringFormat::Braces: {00000000-0000-0000-0000-000000000000} OdGUID::StringFormat::Parentheses: (00000000-0000-0000-0000-000000000000) OdGUID::StringFormat::Extended: {0x00000000,0x0000,0x0000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
|
static |