VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Functions | |
void | generate (char(&uuid)[UUIDLength]) |
bool | isValid (const char *uuid, bool checkLength=true) |
bool | isValid (const char(&uuid)[UUIDLength]) |
Variables | |
constexpr int | UUIDLength = 36 |
constexpr int | DashPos [] = { 9, 14, 19, 24 } |
constexpr char | CharacterSet [] = "abcdefghijklmnopqrstuvwxyz0123456789" |
bool tklb::uuid::isValid | ( | const char * | uuid, |
bool | checkLength = true |
||
) |
bool tklb::uuid::isValid | ( | const char(&) | uuid[UUIDLength] | ) |
|
constexpr |
|
constexpr |