|
| 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) |
| |
Typedefs and serialization support for uuids.
- Author
- Tim Langner
- Date
- 2010/10/04