Classes | Namespaces | Functions
UUID.hpp File Reference

(2)

UUID class, using the Boost uuid implementation. More...

#include <Balau/Type/ToString.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <sstream>
Include dependency graph for UUID.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UUID
 UUID class, using the Boost uuid implementation. More...
 

Namespaces

 Balau
 The root Balau namespace.
 

Functions

template<typename AllocatorT >
Balau::U8String< AllocatorT > toString (const UUID &uuid)
 Print the UUID as a UTF-8 string. More...
 

Detailed Description

UUID class, using the Boost uuid implementation.