Qore UUID Module
1.2
|
Qore::UUID namespace. More...
Classes | |
class | UUID |
The UUID class provides methods that allow UUIDs to be created, manipulated, and parsed. More... |
Variables | |
const | Empty = QUF_EMPTY |
The UUID will be assigned the null value on creation. | |
const | HAVE_UNPARSE_CASE = True |
If case is supported in the UUID::toString() method; this is always True. | |
const | None = QUF_NONE |
No value; this is the default. | |
const | Random = QUF_RANDOM |
Force the use of the all-random UUID format, even if a high-quality random number generator is not available for the library. | |
const | Time = QUF_TIME |
Force the use of the alternative algorithm that uses the current time and local ethernet MAC address (if available); note that this algorithm can leak information about when and where the UUID was generated. | |
const | LowerCase = QUF_LOWER_CASE |
All alphebetic hexadecimal characters will be in lower case; this is the default. | |
const | UpperCase = QUF_UPPER_CASE |
All alphebetic hexadecimal characters will be in upper case. |
Qore::UUID namespace.