#include <UUID.h>
Public Member Functions | |
UUID () | |
Constructor. | |
UUID (uuid_t *) | |
Copy constructor. | |
std::string * | to_string () |
Convert string. |
This is a class to hold information for the generated UUID.
RTC_Utils::UUID::UUID | ( | ) |
Constructor.
Default constructor
RTC_Utils::UUID::UUID | ( | uuid_t * | ) |
Copy constructor.
Copy constructor
std::string* RTC_Utils::UUID::to_string | ( | ) |
Convert string.
Convert holding UUID information into string and return it.