LMMS
Loading...
Searching...
No Matches
version.h File Reference
#include "private/macros.h"
#include "private/std.h"

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

Macro Definition Documentation

◆ CLAP_VERSION_INIT

#define CLAP_VERSION_INIT   {CLAP_VERSION_MAJOR, CLAP_VERSION_MINOR, CLAP_VERSION_REVISION}

◆ CLAP_VERSION_MAJOR

#define CLAP_VERSION_MAJOR   ((uint32_t)1)

◆ CLAP_VERSION_MINOR

#define CLAP_VERSION_MINOR   ((uint32_t)1)

◆ CLAP_VERSION_REVISION

#define CLAP_VERSION_REVISION   ((uint32_t)1)

Typedef Documentation

◆ clap_version_t

typedef struct clap_version clap_version_t

Function Documentation

◆ clap_version_is_compatible()

CLAP_NODISCARD CLAP_CONSTEXPR bool clap_version_is_compatible ( const clap_version_t v)
inlinestatic

Variable Documentation

◆ CLAP_VERSION