Example
Loading...
Searching...
No Matches
Macros
CDefinesPrivate.h File Reference
#include <Platforms.hpp>
#include <stdint.h>
Include dependency graph for CDefinesPrivate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CL_DLL
 
#define CLC_STRUCT(Name)
 
#define NOEXCEPT
 
#define CLC_CLASS_WN(Wrapped, Name)
 
#define CLC_STRUCT_WN(Wrapped, Name)
 

Macro Definition Documentation

◆ CL_DLL

#define CL_DLL

◆ CLC_CLASS_WN

#define CLC_CLASS_WN (   Wrapped,
  Name 
)
Value:
struct clCWrapped##d; \
typedef struct clCWrapped##d* Name

◆ CLC_STRUCT

#define CLC_STRUCT (   Name)
Value:
struct Name##d; \
typedef struct Name##d* Name

◆ CLC_STRUCT_WN

#define CLC_STRUCT_WN (   Wrapped,
  Name 
)
Value:
struct clCWrapped##d; \
typedef struct clCWrapped##d const* Name

◆ NOEXCEPT

#define NOEXCEPT