OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
uuid.h File Reference

No-frills UUID type class to allow easy containerization and comparison of device UUIDs from different APIs. More...

#include <algorithm>
#include <array>
#include <iomanip>
#include <iterator>
#include <sstream>
+ 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  heavyai::UUID
 

Namespaces

 heavyai
 

Functions

bool heavyai::operator== (const UUID &lhs, const UUID &rhs) noexcept
 
bool heavyai::operator!= (const UUID &lhs, const UUID &rhs) noexcept
 
bool heavyai::operator< (const UUID &lhs, const UUID &rhs) noexcept
 
std::string heavyai::to_string (const UUID &uuid)
 

Variables

constexpr UUID heavyai::empty_uuid {}
 

Detailed Description

No-frills UUID type class to allow easy containerization and comparison of device UUIDs from different APIs.

Definition in file uuid.h.