#include <UUID.h>
◆ UUID() [1/4]
◆ UUID() [2/4]
| UUID::UUID |
( |
uint8_t * |
data | ) |
|
|
explicit |
◆ UUID() [3/4]
| UUID::UUID |
( |
uint64_t |
mostSigBits, |
|
|
uint64_t |
leastSigBits |
|
) |
| |
◆ ~UUID()
◆ UUID() [4/4]
| UUID::UUID |
( |
const UUID & |
other | ) |
|
◆ copy()
◆ format()
| char * UUID::format |
( |
char * |
buf | ) |
const |
Format UUID object into standard UUID string format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
- Parameters
-
| buf | - must be 37 bytes to avoid overrun |
- Returns
◆ fromString()
| const UUID UUID::fromString |
( |
const String & |
name | ) |
|
|
static |
◆ getLeastSignificantBits()
| uint64_t UUID::getLeastSignificantBits |
( |
| ) |
|
◆ getMostSignificantBits()
| uint64_t UUID::getMostSignificantBits |
( |
| ) |
|
◆ hashCode()
| int UUID::hashCode |
( |
| ) |
const |
|
overridevirtual |
◆ initRandom()
| void UUID::initRandom |
( |
char * |
seed | ) |
|
|
static |
◆ nameUUIDFromBytes() [1/2]
| const UUID UUID::nameUUIDFromBytes |
( |
const String & |
name | ) |
|
|
static |
◆ nameUUIDFromBytes() [2/2]
| const UUID UUID::nameUUIDFromBytes |
( |
unsigned char * |
name, |
|
|
uint |
nameLen |
|
) |
| |
|
static |
◆ operator==()
| bool UUID::operator== |
( |
const UUID & |
other | ) |
const |
|
overridevirtual |
◆ randomUUID()
| const UUID UUID::randomUUID |
( |
| ) |
|
|
static |
◆ toString()
| const String UUID::toString |
( |
| ) |
const |
◆ version()
The documentation for this class was generated from the following files:
- /github/workspace/src/Utilities/UUID.h
- /github/workspace/src/Utilities/UUID.cpp