Support Class Library
A set of tools providing classes and utility
Namespaces | Macros | Variables
windows.h File Reference
#include <scl/detect/platform/windows.h>

Go to the source code of this file.

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::detect
 Namespace for detecting features, platform, etc...
 
 scl::detect::platform
 Namespace for platform detection.
 
 scl::detect::platform::unified
 Platform detection but in a unified way (e.g.
 

Macros

#define SCL_UPLATFORM_WIN32   true
 
#define SCL_UPLATFORM_WIN64   SCL_PLATFORM_WIN64
 
#define SCL_UPLATFORM_WINDOWS   SCL_UPLATFORM_WIN32
 

Variables

constexpr bool scl::detect::platform::unified::win32 = true
 
constexpr bool scl::detect::platform::unified::win64 = SCL_PLATFORM_WIN64
 
constexpr bool scl::detect::platform::unified::windows = true
 

Macro Definition Documentation

◆ SCL_UPLATFORM_WIN32

#define SCL_UPLATFORM_WIN32   true

Definition at line 5 of file windows.h.

◆ SCL_UPLATFORM_WIN64

#define SCL_UPLATFORM_WIN64   SCL_PLATFORM_WIN64

Definition at line 10 of file windows.h.

◆ SCL_UPLATFORM_WINDOWS

#define SCL_UPLATFORM_WINDOWS   SCL_UPLATFORM_WIN32

Definition at line 11 of file windows.h.