Go to the source code of this file.
Defines | |
#define | GLH__PREPROCESSOR_GYMNASTICS(a, b) GLH__PREPROCESSOR_GYMNASTICS2(a,b) |
#define | GLH__PREPROCESSOR_GYMNASTICS2(a, b) a##b |
#define | GLH_CORE_NAME(a) GLH__PREPROCESSOR_GYMNASTICS(GLH_CORE_PREFIX,a) |
#define | GLH_CORE_PREFIX _ |
#define | GLH_EXT_NAME(a) GLH__PREPROCESSOR_GYMNASTICS(GLH_EXT_PREFIX,a) |
#define | GLH_EXT_PREFIX _ |
#define | GLH_EXTERN extern |
#define | GLH_INITIALIZER |
#define GLH__PREPROCESSOR_GYMNASTICS | ( | a, | |
b | |||
) | GLH__PREPROCESSOR_GYMNASTICS2(a,b) |
Definition at line 30 of file glh_genext.h.
#define GLH__PREPROCESSOR_GYMNASTICS2 | ( | a, | |
b | |||
) | a##b |
Definition at line 29 of file glh_genext.h.
#define GLH_CORE_NAME | ( | a | ) | GLH__PREPROCESSOR_GYMNASTICS(GLH_CORE_PREFIX,a) |
Definition at line 50 of file glh_genext.h.
#define GLH_CORE_PREFIX _ |
Definition at line 43 of file glh_genext.h.
#define GLH_EXT_NAME | ( | a | ) | GLH__PREPROCESSOR_GYMNASTICS(GLH_EXT_PREFIX,a) |
Definition at line 38 of file glh_genext.h.
#define GLH_EXT_PREFIX _ |
Definition at line 33 of file glh_genext.h.
#define GLH_EXTERN extern |
Definition at line 25 of file glh_genext.h.
#define GLH_INITIALIZER |
Definition at line 26 of file glh_genext.h.