![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
An object to represent a 128-bit globally unique ID. More...
#include <edl/objclassid.h>
Classes | |
| union | Data |
Public Member Functions | |
| CClassID () | |
| Constructor. | |
| CClassID (const EDLSysString &str) | |
| Converts hexadecimal representation of a CClassID to a CClassID. | |
| CClassID (const CClassID &other) | |
| Copy to another CClassID. | |
| void | operator= (const CClassID &other) |
| operator = | |
| CClassID (uint32 dw0, uint32 dw1, uint32 dw2, uint32 dw3) | |
| Construct CClassID from 4 x uint32. | |
| bool | equal (const CClassID &id) const |
| Compare to another CClassID. | |
Public Attributes | |
| union CClassID::Data | m_ID |
An object to represent a 128-bit globally unique ID.
|
inline |
Constructor.
|
inline |
|
inline |
|
inline |
| union CClassID::Data CClassID::m_ID |