|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | clap_version |
Macros | |
| #define | CLAP_VERSION_MAJOR ((uint32_t)1) |
| #define | CLAP_VERSION_MINOR ((uint32_t)1) |
| #define | CLAP_VERSION_REVISION ((uint32_t)1) |
| #define | CLAP_VERSION_INIT {CLAP_VERSION_MAJOR, CLAP_VERSION_MINOR, CLAP_VERSION_REVISION} |
Typedefs | |
| typedef struct clap_version | clap_version_t |
Functions | |
| static CLAP_NODISCARD CLAP_CONSTEXPR bool | clap_version_is_compatible (const clap_version_t v) |
Variables | |
| static const CLAP_CONSTEXPR clap_version_t | CLAP_VERSION = CLAP_VERSION_INIT |
| #define CLAP_VERSION_INIT {CLAP_VERSION_MAJOR, CLAP_VERSION_MINOR, CLAP_VERSION_REVISION} |
| #define CLAP_VERSION_MAJOR ((uint32_t)1) |
| #define CLAP_VERSION_MINOR ((uint32_t)1) |
| #define CLAP_VERSION_REVISION ((uint32_t)1) |
| typedef struct clap_version clap_version_t |
|
inlinestatic |
|
static |