Nebula
Loading...
Searching...
No Matches
guid.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
12#include "core/config.h"
13#if __WIN32__
15namespace Util
16{
18}
19#elif __OSX__
20#include "util/osx/osxguid.h"
21namespace Util
22{
23typedef OSX::OSXGuid Guid;
24}
25#elif ( __APPLE__ || __linux__ )
27namespace Util
28{
30}
31#else
32#error "Util::Guid not implemented on this platform!"
33#endif
34//------------------------------------------------------------------------------
35
OSX implementation of the Util::Guid class.
Definition osxguid.h:19
Posix implementation of the Util::Guid class.
Definition posixguid.h:23
Implements a GUID.
Win32 implementation of the Util::Guid class.
Definition win32guid.h:22
Nebula compiler specific defines and configuration.
A pinned array is an array which manages its own virtual memory.
Definition String.cs:6