Go to the source code of this file.
Macros | |
#define | MB_PRINTF(START) |
#define | MB_DLL_EXPORT |
Declare a function or class to be visible in shared library. More... | |
#define | MB_DLL_HIDDEN |
Declare a function or class to be internal to a shared library. More... | |
#define | MB_DEPRECATED |
Mark function or API as deprecated. More... | |
Provide pre-processor macros for compiler-specific features. All defined macros should expand to nothing if not supported by the compiler.
Definition in file Compiler.hpp.
#define MB_DEPRECATED |
Mark function or API as deprecated.
Definition at line 101 of file Compiler.hpp.
#define MB_DLL_EXPORT |
Declare a function or class to be visible in shared library.
Definition at line 91 of file Compiler.hpp.
#define MB_DLL_HIDDEN |
Declare a function or class to be internal to a shared library.
Definition at line 92 of file Compiler.hpp.
#define MB_PRINTF | ( | START | ) |
Definition at line 69 of file Compiler.hpp.