Horizon
installation_uuid.hpp
1 #include "util/uuid.hpp"
2 
3 namespace horizon {
5 public:
6  static UUID get();
7 
8 private:
10 
11  UUID uuid;
12 };
13 } // namespace horizon
Definition: installation_uuid.hpp:4
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16