scclib
Stable Cloud Computing C++ Library
|
Universally Unique Identifier (uuid). More...
#include <string>
#include <ostream>
#include <cstring>
Go to the source code of this file.
Classes | |
class | scc::crypto::Uuid |
Universally unique identifier (uuid). More... | |
Functions | |
void | scc::crypto::PrintTo (const Uuid &, std::ostream *) |
Googletest printer. | |
std::ostream & | operator<< (std::ostream &, const scc::crypto::Uuid &) |
Print the uuid to stream. | |
Universally Unique Identifier (uuid).
Definition in file uuid.h.