File Config.h¶
Go to the source code of this file
Public Static Functions¶
| Type | Name |
|---|---|
| std::wstring | am_string_widen (const std::string & str) |
| std::string | am_wstring_narrow (const std::wstring & str) |
Macros¶
| Type | Name |
|---|---|
| define | AMPLITUDE_ASSERT (x) assert(x) |
| define | AM_CALL_POLICY \_\_cdecl |
| define | AM_ID_CHAR_FMT "%llu" |
| define | AM_INLINE \_\_forceinline |
| define | AM_LIB_EXPORT \_\_declspec(dllexport) |
| define | AM_LIB_IMPORT \_\_declspec(dllimport) |
| define | AM_LIB_PRIVATE static |
| define | AM_NO_INLINE \_\_declspec(noinline) |
| define | AM_OS_CHAR_FMT "%ls" |
| define | AM_OS_STRING (s) L##s |
| define | AM_OS_STRING_TO_STRING (s) am\_wstring\_narrow(s).c\_str() |
| define | AM_RESTRICT \_\_restrict |
| define | AM_STRING_TO_OS_STRING (s) am\_string\_widen(s).c\_str() |
| define | AM_TYPE_ALIGN (_declaration_, _alignment_) \_\_declspec(align(\_alignment\_)) \_declaration\_ |
| define | AM_TYPE_ALIGN_SIMD (_declaration_) AM\_TYPE\_ALIGN(\_declaration\_, AM\_SIMD\_ALIGNMENT) |
| define | AM_WCHAR_SUPPORTED |
| define | NOMINMAX |
| define | VC_EXTRALEAN |
| define | WIN32_LEAN_AND_MEAN |
| define | _AM_CORE_COMMON_PLATFORMS_WINDOWS_CONFIG_H |
Public Static Functions Documentation¶
Macro Definition Documentation¶
AM_TYPE_ALIGN
AM_TYPE_ALIGN_SIMD
The documentation for this file was generated from the following file: include/SparkyStudios/Audio/Amplitude/Core/Common/Platforms/Windows/Config.h