ASL
|
Represents an UUID which can be generated to be unique.
Or directly:
#include <Uuid.h>
Public Member Functions | |
Uuid (const String &s) | |
Constructs an UUID from a string representation. | |
String | operator* () const |
Returns a string representation of this UUID. | |
byte & | operator[] (int i) |
Returns the i-th byte of the identifier (out of 16) | |
Static Public Member Functions | |
static Uuid | generate () |
Generates an UUID (version 4). | |