|
Support Class Library
A set of tools providing classes and utility
|
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. | |
Macros | |
| #define | SCL_PLATFORM_WIN64 false |
| Macro that detects whether or not the platform is a 64bit Windows. More... | |
| #define | SCL_PLATFORM_WIN32 false |
| Macro that detects whether or not the platform is a 32bit Windows. More... | |
| #define | SCL_PLATFORM_WINDOWS true |
| Macro that detects whether or not the platform is Windows. More... | |
Variables | |
| constexpr bool | scl::detect::platform::win64 = false |
| Checks whether or not the platform is a 64bit Windows. More... | |
| constexpr bool | scl::detect::platform::win32 = false |
| Checks whether or not the platform is a 32bit Windows. More... | |
| constexpr bool | scl::detect::platform::windows = true |
| Checks whether or not the platform is windows. More... | |
| #define SCL_PLATFORM_WIN32 false |
| #define SCL_PLATFORM_WIN64 false |
1.8.13