20 ::uuid_generate_time(
data_);
26 ::uuid_generate(
data_);
34 std::memcpy(
data_, source.data(),
sizeof(
data_));
39 char out[UUID_STR_LEN];
40 ::uuid_unparse(
data_, out);
46 auto err = ::uuid_parse(source.c_str(),
data_);
static std::string const source("source")
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
std::string const toString() const
conversion to formatted string reprentation
Guid const & fromBinary(std::string const &s)
conversion from binary string representation
void init(bool usetime=false)
initialize a new Guid
std::string const toBinary() const
conversion to binary string reprentation
bool operator<(Guid const &g) const
Smaller operator.
Guid const & fromString(std::string const &s)
conversion from formatted string representation