used to define the env used by ZFFramework More...
#include "ZFCoreEnvConfig.h"Go to the source code of this file.
Macros | |
| #define | ZFLIB_ZFCore |
| used to export symbols | |
| #define | ZFLIB_APP |
| used to export symbols | |
| #define | ZF_ENV_EXTERN_C_BEGIN |
| extern "C" wrapper | |
| #define | ZF_ENV_EXTERN_C_END |
| extern "C" wrapper | |
| #define | ZF_ENV_SENSITIVE(hint) |
| dummy macro to show the code is env sensitive | |
| #define | ZF_ENV_CPP11 |
| whether use C++11 | |
| #define | ZF_ENV_LAMBDA |
| true to enable lambda (which require C++11) | |
| #define | ZF_ENV_DEBUG |
| whether in debug mode | |
used to define the env used by ZFFramework
| #define ZFLIB_ZFCore |
used to export symbols
used to import symbols
used to export symbols
| #define ZF_ENV_CPP11 |
whether use C++11
add -DZF_ENV_CPP11=1 to compiler to override
| #define ZF_ENV_LAMBDA |
true to enable lambda (which require C++11)
add -DZF_ENV_LAMBDA=1 to compiler to override
| #define ZF_ENV_DEBUG |
whether in debug mode
add -DZF_ENV_DEBUG=1 to compiler to make this macro take effect