![]() |
dfx 0.1.0
Linux-based dynamic dataflow executor
|
128-bit UUID value type. More...
#include <dfx-utilities/UUIDGenerator.hpp>
Public Member Functions | |
| UUID () | |
| Construct a UUID. | |
| bool | isValid () const noexcept |
| Check whether the UUID is valid. | |
| std::string | toString () const |
| Convert the UUID to a string representation. | |
128-bit UUID value type.
UUID is a thin wrapper over a fixed-size array of 16 bytes. It provides:
A default-constructed UUID may represent an invalid or null UUID depending on the implementation of isValid().
| dfx::Utils::UUID::UUID | ( | ) |
|
noexcept |
| std::string dfx::Utils::UUID::toString | ( | ) | const |