File Config.h¶
Go to the source code of this file
Macros¶
| Type | Name |
|---|---|
| define | AMPLITUDE_ASSERT (x) assert(x) |
| define | AM_CALL_POLICY Call policy. |
| define | AM_INLINE inline \_\_attribute\_\_((always\_inline)) |
| define | AM_LIB_EXPORT |
| define | AM_LIB_IMPORT |
| define | AM_LIB_PRIVATE static |
| define | AM_NO_INLINE \_\_attribute\_\_((noinline)) |
| define | AM_OS_CHAR_FMT "%s"Defines the format used to print AmOsString text. |
| define | AM_OS_STRING (s) sMacro used to convert a string literal to an AmOsString string at compile-time. |
| define | AM_OS_STRING_TO_STRING (s) std::string(s).c\_str()Conversion between OS strings and default strings. |
| define | AM_RESTRICT \_\_restrict |
| define | AM_STRING_TO_OS_STRING (s) std::string(s).c\_str() |
| define | AM_TYPE_ALIGN (_declaration_, _alignment_) \_declaration\_ \_\_attribute\_\_((aligned(\_alignment\_))) |
| define | AM_TYPE_ALIGN_SIMD (_declaration_) AM\_TYPE\_ALIGN(\_declaration\_, AM\_SIMD\_ALIGNMENT) |
| define | _AM_CORE_COMMON_PLATFORMS_UNIX_CONFIG_H |
Macro Definition Documentation¶
AM_OS_STRING
Macro used to convert a string literal to an AmOsString string at compile-time.
AM_OS_STRING_TO_STRING
Conversion between OS strings and default strings.
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/UNIX/Config.h