KIM API V2
Classes | Macros | Typedefs | Functions | Variables
KIM_SupportStatus.h File Reference

Go to the source code of this file.

Classes

struct  KIM_SupportStatus
 

Macros

#define KIM_SUPPORT_STATUS_DEFINED_
 

Typedefs

typedef struct KIM_SupportStatus KIM_SupportStatus
 

Functions

KIM_SupportStatus KIM_SupportStatusFromString (char const *const str)
 
int KIM_SupportStatusEqual (KIM_SupportStatus const left, KIM_SupportStatus const right)
 
int KIM_SupportStatusNotEqual (KIM_SupportStatus const left, KIM_SupportStatus const right)
 
char const *const KIM_SupportStatusString (KIM_SupportStatus const supportStatus)
 

Variables

KIM_SupportStatus const KIM_SUPPORT_STATUS_requiredByAPI
 
KIM_SupportStatus const KIM_SUPPORT_STATUS_notSupported
 
KIM_SupportStatus const KIM_SUPPORT_STATUS_required
 
KIM_SupportStatus const KIM_SUPPORT_STATUS_optional
 

Macro Definition Documentation

◆ KIM_SUPPORT_STATUS_DEFINED_

#define KIM_SUPPORT_STATUS_DEFINED_

Definition at line 44 of file KIM_SupportStatus.h.

Typedef Documentation

◆ KIM_SupportStatus

Definition at line 45 of file KIM_SupportStatus.h.

Function Documentation

◆ KIM_SupportStatusEqual()

int KIM_SupportStatusEqual ( KIM_SupportStatus const  left,
KIM_SupportStatus const  right 
)

◆ KIM_SupportStatusFromString()

KIM_SupportStatus KIM_SupportStatusFromString ( char const *const  str)

◆ KIM_SupportStatusNotEqual()

int KIM_SupportStatusNotEqual ( KIM_SupportStatus const  left,
KIM_SupportStatus const  right 
)

◆ KIM_SupportStatusString()

char const* const KIM_SupportStatusString ( KIM_SupportStatus const  supportStatus)

Variable Documentation

◆ KIM_SUPPORT_STATUS_notSupported

KIM_SupportStatus const KIM_SUPPORT_STATUS_notSupported

◆ KIM_SUPPORT_STATUS_optional

KIM_SupportStatus const KIM_SUPPORT_STATUS_optional

◆ KIM_SUPPORT_STATUS_required

KIM_SupportStatus const KIM_SUPPORT_STATUS_required

◆ KIM_SUPPORT_STATUS_requiredByAPI

KIM_SupportStatus const KIM_SUPPORT_STATUS_requiredByAPI