MIRA
Classes | Namespaces | Typedefs | Functions
UUID.h File Reference

Typedefs and serialization support for uuids. More...

#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <json/JSON.h>
#include <serialization/IsAtomicSerializable.h>
#include <stream/BinaryStream.h>
#include <utils/ToString.h>
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  IsAtomicSerializable< UUID >
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 
 mira::json
 

Typedefs

typedef boost::uuids::uuid UUID
 Shorter name for boost uuid. More...
 

Functions

template<typename StreamUnderlay >
BinaryOstream< StreamUnderlay > & operator<< (BinaryOstream< StreamUnderlay > &s, const UUID &uuid)
 binary stream operators More...
 
template<typename StreamUnderlay >
BinaryIstream< StreamUnderlay > & operator>> (BinaryIstream< StreamUnderlay > &s, UUID &uuid)
 binary stream operators More...
 
template<>
std::string toString< UUID > (const UUID &value, int precision)
 specialization for toString More...
 
template<>
UUID fromString< UUID > (const std::string &str)
 specialization for fromString More...
 
template<>
std::string cast< UUID > (const UUID &value)
 
template<>
UUID reverse_cast< UUID > (const std::string &value)
 

Detailed Description

Typedefs and serialization support for uuids.

Author
Tim Langner
Date
2010/10/04