A portable class for representing a Universally Unique Identifier.
More...
#include <ignition/transport/Uuid.hh>
A portable class for representing a Universally Unique Identifier.
§ Uuid()
ignition::transport::Uuid::Uuid |
( |
| ) |
|
§ ~Uuid()
virtual ignition::transport::Uuid::~Uuid |
( |
| ) |
|
|
virtual |
§ ToString()
std::string ignition::transport::Uuid::ToString |
( |
| ) |
const |
Return the string representation of the Uuid.
- Returns
- the UUID in string format.
§ operator<<
Stream insertion operator.
- Parameters
-
[out] | _out | The output stream. |
[in] | _uuid | UUID to write to the stream. |
The documentation for this class was generated from the following file: