GA::kit
v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
uuid.h
Go to the documentation of this file.
1
#pragma once
2
#include "
crossguid/crossguid.hpp
"
3
4
// universally unique identifiers (aka guid - globally unique id)
5
// https://en.wikipedia.org/wiki/Universally_unique_identifier
6
// 128-bit ids, in string hex format: "7bcd757f-5b10-4f9b-af69-1a1f226f3b3e"
7
8
namespace
ga
{
9
10
using
Uuid
= xg::Guid;
// cross-platform uuid class
11
inline
Uuid
newUuid
()
12
{
13
return
xg::newGuid();
14
}
15
}
// namespace ga
crossguid.hpp
ga
Definition:
color.h:9
ga::Uuid
xg::Guid Uuid
Definition:
uuid.h:10
ga::newUuid
Uuid newUuid()
Definition:
uuid.h:11
G&A
oF
of_v0.11.2_vs2017_release
addons
ofxGAKit
libs
gaKit
src
ga
uuid.h
Generated by
1.9.6