xtd 0.2.0
Loading...
Searching...
No Matches
platform id

Definition

platform id definitions.

Warning
Internal use only

Variables

constexpr int32_t PLATFORM_UNKNOWN
 The operating system is unknown.
 
constexpr int32_t PLATFORM_WIN32S
 The operating system is Win32s. Win32s is a layer that runs on 16-bit versions of Windows to provide access to 32-bit applications.
 
constexpr int32_t PLATFORM_WIN32_WINDOWS
 The operating system is Windows 95 or Windows 98.
 
constexpr int32_t PLATFORM_WIN32_NT
 The operating system is Windows NT or later.
 
constexpr int32_t PLATFORM_WIN_CE
 The operating system is Windows CE.
 
constexpr int32_t PLATFORM_UNIX
 The operating system is Unix.
 
constexpr int32_t PLATFORM_WBOX
 The development platform is Xbox 360.
 
constexpr int32_t PLATFORM_MACOS
 The operating system is Macintosh.
 
constexpr int32_t PLATFORM_IOS
 The operating system is IOs Apple.
 
constexpr int32_t PLATFORM_ANDROID
 The operating system is Android.
 
constexpr int32_t PLATFORM_LINUX
 The operating system is linux.
 
constexpr int32_t PLATFORM_TVOS
 The operating system is tvOS Apple.
 
constexpr int32_t PLATFORM_WATCHOS
 The operating system is watchOS Apple.
 
constexpr int32_t PLATFORM_FREEBSD
 The operating system is FreeBSD.
 
constexpr int32_t PLATFORM_MINGW
 The operating system is MINGW.
 
constexpr int32_t PLATFORM_MSYS
 The operating system is MSYS.
 
constexpr int32_t PLATFORM_POSIX
 The operating system is Posix.
 
constexpr int32_t PLATFORM_OTHER
 The operating system is other.
 

Variable Documentation

◆ PLATFORM_UNKNOWN

constexpr int32_t PLATFORM_UNKNOWN
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is unknown.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_WIN32S

constexpr int32_t PLATFORM_WIN32S
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Win32s. Win32s is a layer that runs on 16-bit versions of Windows to provide access to 32-bit applications.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_WIN32_WINDOWS

constexpr int32_t PLATFORM_WIN32_WINDOWS
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Windows 95 or Windows 98.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_WIN32_NT

constexpr int32_t PLATFORM_WIN32_NT
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Windows NT or later.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_WIN_CE

constexpr int32_t PLATFORM_WIN_CE
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Windows CE.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_UNIX

constexpr int32_t PLATFORM_UNIX
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Unix.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_WBOX

constexpr int32_t PLATFORM_WBOX
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The development platform is Xbox 360.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_MACOS

constexpr int32_t PLATFORM_MACOS
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Macintosh.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_IOS

constexpr int32_t PLATFORM_IOS
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is IOs Apple.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_ANDROID

constexpr int32_t PLATFORM_ANDROID
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Android.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_LINUX

constexpr int32_t PLATFORM_LINUX
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is linux.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_TVOS

constexpr int32_t PLATFORM_TVOS
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is tvOS Apple.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_WATCHOS

constexpr int32_t PLATFORM_WATCHOS
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is watchOS Apple.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_FREEBSD

constexpr int32_t PLATFORM_FREEBSD
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is FreeBSD.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_MINGW

constexpr int32_t PLATFORM_MINGW
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is MINGW.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_MSYS

constexpr int32_t PLATFORM_MSYS
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is MSYS.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_POSIX

constexpr int32_t PLATFORM_POSIX
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is Posix.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ PLATFORM_OTHER

constexpr int32_t PLATFORM_OTHER
constexpr

#include <xtd.core.native/include/xtd/native/platform_ids.h>

The operating system is other.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only