CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
platform_id.h
1
3
#ifndef _platform_id_h_
4
#define _platform_id_h_
5
6
#include <system/enum.h>
7
8
namespace
System
{
9
11
enum class
PlatformID
{
13
Win32S
= 0,
15
Win32Windows
= 1,
17
Win32NT
= 2,
19
WinCE
= 3,
21
Unix = 4,
23
Xbox
= 5,
25
MacOSX
= 6
26
};
27
28
}
29
30
template
<>
31
struct
EnumMetaInfo<
System
::
PlatformID
>
32
{
33
static
ASPOSECPP_SHARED_API
const
std::array<std::pair<System::PlatformID, const char_t*>, 7>& values();
34
};
35
36
#endif
System
Definition:
db_command.h:9
System::PlatformID
PlatformID
Represents an operating system platform.
Definition:
platform_id.h:11
System::PlatformID::Xbox
@ Xbox
Xbox.
System::PlatformID::WinCE
@ WinCE
Windows CE.
System::PlatformID::MacOSX
@ MacOSX
Macintosh.
System::PlatformID::Win32NT
@ Win32NT
Windows NT or later.
System::PlatformID::Win32Windows
@ Win32Windows
Windows 95 or Windows 98.
System::PlatformID::Win32S
@ Win32S
Win32S layer.
include
system
platform_id.h
Generated by
1.9.4