23 #include <uuid/uuid.h>
35 explicit Uuid(
const char *
string);
A convenience class for universally unique identifiers (UUIDs).
Uuid & operator=(const Uuid &other) noexcept
Assignment operator.
~Uuid() noexcept
Destructor, clears up the occupied storage.
friend bool operator!=(const Uuid &uuid, const Uuid &other) noexcept
Compare two Uuids.
friend bool operator<(const Uuid &uuid, const Uuid &other) noexcept
Compare two Uuids.
std::string get_string() const
Get the string representation of the Uuid.
friend bool operator==(const Uuid &uuid, const Uuid &other) noexcept
Compare two Uuids.
Uuid() noexcept
Generate a new Uuid.
Fawkes library namespace.