Torque::UUID
Engine/source/core/util/uuid.h
A universally unique identifier.
Public Types
Parent
Public Friends
class
Public Functions
UUID()
bool
fromString(const char * str)
Parse a text string generated by UUIDToString back into a universally unique identifier (UUID).
bool
isNull()
bool
operator!=(const UUID & uuid)
bool
operator==(const UUID & uuid)
Detailed Description
A universally unique identifier.
Public Types
typedef void Parent
Public Friends
Protected Attributes
U32 a
U16 b
U16 c
U8 d
U8 e
U8 f [6]
Protected Static Attributes
UUID smNull
Public Functions
UUID()
fromString(const char * str)
Parse a text string generated by UUIDToString back into a universally unique identifier (UUID).
generate()
Generate a new universally unique identifier (UUID).
getHash()
Return a hash value for this UUID.
isNull()
operator!=(const UUID & uuid)
operator==(const UUID & uuid)
toString()
Convert the given universally unique identifier to a printed string representation.