Various macros useful for development. More...
#include "ecl.hpp"
Go to the source code of this file.
Defines | |
#define | ECL_DEPRECATED |
Deprecated compiler warnings. | |
#define | ECL_DONT_INLINE |
Prevents a function from being inlined. | |
#define | ECL_HELPER_EXPORT |
#define | ECL_HELPER_IMPORT |
#define | ECL_HELPER_LOCAL |
#define | ECL_LOCAL |
Declare local visibility for libraries. | |
#define | ECL_PUBLIC |
Declare public visibility for libraries. |
#define ECL_HELPER_EXPORT |
Definition at line 84 of file macros.hpp.
#define ECL_HELPER_IMPORT |
Definition at line 83 of file macros.hpp.
#define ECL_HELPER_LOCAL |
Definition at line 85 of file macros.hpp.