Torque::UUID

Engine/source/core/util/uuid.h

A universally unique identifier.

More...

Public Types

Parent 

Public Friends

Protected Attributes

d 
e 
f [6]

Protected Static Attributes

Public Functions

UUID()
bool
fromString(const char * str)

Parse a text string generated by UUIDToString back into a universally unique identifier (UUID).

Generate a new universally unique identifier (UUID).

Return a hash value for this UUID.

bool
bool
bool

Convert the given universally unique identifier to a printed string representation.

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.