Go to the documentation of this file. 1 #ifndef FWCOre_Utilities_Guid_h
2 #define FWCOre_Utilities_Guid_h
41 ::uuid_copy(
data_,
g.data_);
50 return ::uuid_compare(
data_,
g.data_) == 0;
67 void init(
bool usetime =
false);
Guid(std::string const &s, bool binary=false)
Constructor for Guid from string.
Guid const & fromBinary(std::string const &s)
conversion from binary string representation
Guid(char const *s, bool binary=false)
Constructor for Guid from char*.
const std::string toString() const
conversion to formatted string reprentation
bool operator==(Guid const &g) const
Equality operator.
Guid const & fromString(std::string const &s)
conversion from formatted string representation
void init(bool usetime=false)
initialize a new Guid
Guid(Guid const &c)
Copy constructor.
const std::string toBinary() const
conversion to binary string reprentation
bool operator!=(Guid const &g) const
Non-equality operator.
Guid & operator=(Guid const &g)
Assignment operator.
bool operator<(Guid const &g) const
Smaller operator.
Guid()
Standard constructor (With initializaton)
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
Guid(bool usetime)
Standard constructor (With initialization)