scclib
Stable Cloud Computing C++ Library
Classes | Functions

Universally Unique Identifier (uuid). More...

#include <string>
#include <ostream>
#include <cstring>
Include dependency graph for uuid.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Universally Unique Identifier (uuid).

Definition in file uuid.h.