xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
platform_id.h File Reference
#include "ustring.h"

Definition

Contains xtd::platform_id enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::platform_id {
  xtd::platform_id::unknown ,
  xtd::platform_id::win32s ,
  xtd::platform_id::win32_windows ,
  xtd::platform_id::win32_nt ,
  xtd::platform_id::win_ce ,
  xtd::platform_id::unix ,
  xtd::platform_id::xbox ,
  xtd::platform_id::macos ,
  xtd::platform_id::ios ,
  xtd::platform_id::android
}
 Identifies the operating system, or platform, supported by an assembly. More...
 

Functions

std::ostream & xtd::operator<< (std::ostream &os, platform_id value)
 
std::wostream & xtd::operator<< (std::wostream &os, platform_id value)