#include <c4d_uuid.h>
Deprecated. Use maxon::Uuid.
◆ C4DUuid() [1/4]
Default constructor. Deprecated. Use maxon::Uuid::CreateId().
◆ C4DUuid() [2/4]
Creates an uninitialized uuid.
- Parameters
-
[in] | n | Dummy argument. Pass DC. |
◆ C4DUuid() [3/4]
Creates an empty uuid.
- Parameters
-
[in] | n | Dummy argument. Pass EC. |
◆ C4DUuid() [4/4]
Copy constructor.
- Parameters
-
◆ GetHashCodeDeprecated()
UInt32 GetHashCodeDeprecated |
( |
| ) |
const |
Gets the hash code for the uuid. Deprecated. Use maxon::Uuid::GetHashCode().
- Note
- This method returns a UInt32 and calculates a different value than maxon::Uuid::GetHashCode().
- Returns
- The uuid's hash code.
◆ Reset()
Resets the uuid. Deprecated. Use maxon::Uuid::CreateId() or Set().
- Parameters
-
[in] | clear | true if true, otherwise false. to clear the uuid or true if false, otherwise false. to reinitialize it. |
◆ GetString()
Gets the string for the uuid. Deprecated. Use maxon::Uuid::ToString().
- Returns
- The uuid's string.
◆ IsPopulated()
Bool IsPopulated |
( |
| ) |
const |
Checks if the uuid has content.
- Returns
- true if the uuid has content, otherwise false.
◆ CopyTo() [1/2]
void CopyTo |
( |
UChar * |
buf | ) |
const |
◆ CopyFrom() [1/2]
Copies the uuid from a UChar buffer. Deprecated. Use maxon::Uuid::Set().
- Parameters
-
[in] | buf | The source buffer. |
- Returns
- OK on success.
◆ CopyFrom() [2/2]
Copies the uuid from a string. Deprecated. Use maxon::Uuid::Set().
- Parameters
-
[in] | uuid | The source string. |
- Returns
- OK on success.
◆ CopyTo() [2/2]
void CopyTo |
( |
const C4DUuid & |
dst | ) |
const |
Copies the uuid to another uuid. Deprecated. Use maxon::Uuid::Set().
- Parameters
-
[in] | dst | The destination uuid. |
◆ operator==()
Equality operator. Checks if the uuids are equal. Deprecated. Use maxon::Uuid::Compare().
- Parameters
-
[in] | k | A uuid to compare with. |
- Returns
- true if the uuids are equal, otherwise false.
◆ operator!=()
Inequality operator. Checks if the uuids are different. Deprecated. Use maxon::Uuid::Compare().
- Parameters
-
[in] | k | A uuid to compare with. |
- Returns
- true if the uuids are different, otherwise false.