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