Rcpp Version 1.0.9
|
Go to the source code of this file.
Macros | |
#define | RCPP_PP_CONFIG_STRICT() 0x0001 |
#define | RCPP_PP_CONFIG_IDEAL() 0x0002 |
#define | RCPP_PP_CONFIG_MSVC() 0x0004 |
#define | RCPP_PP_CONFIG_MWCC() 0x0008 |
#define | RCPP_PP_CONFIG_BCC() 0x0010 |
#define | RCPP_PP_CONFIG_EDG() 0x0020 |
#define | RCPP_PP_CONFIG_DMC() 0x0040 |
#define | RCPP_PP_CONFIG_FLAGS() (RCPP_PP_CONFIG_STRICT()) |
#define | RCPP_PP_CONFIG_EXTENDED_LINE_INFO 0 |
#define | RCPP_PP_CONFIG_ERRORS 1 |
#define RCPP_PP_CONFIG_BCC | ( | ) | 0x0010 |
Definition at line 22 of file config.hpp.
#define RCPP_PP_CONFIG_DMC | ( | ) | 0x0040 |
Definition at line 24 of file config.hpp.
#define RCPP_PP_CONFIG_EDG | ( | ) | 0x0020 |
Definition at line 23 of file config.hpp.
#define RCPP_PP_CONFIG_ERRORS 1 |
Definition at line 66 of file config.hpp.
#define RCPP_PP_CONFIG_EXTENDED_LINE_INFO 0 |
Definition at line 57 of file config.hpp.
#define RCPP_PP_CONFIG_FLAGS | ( | ) | (RCPP_PP_CONFIG_STRICT()) |
Definition at line 50 of file config.hpp.
#define RCPP_PP_CONFIG_IDEAL | ( | ) | 0x0002 |
Definition at line 18 of file config.hpp.
#define RCPP_PP_CONFIG_MSVC | ( | ) | 0x0004 |
Definition at line 20 of file config.hpp.
#define RCPP_PP_CONFIG_MWCC | ( | ) | 0x0008 |
Definition at line 21 of file config.hpp.
#define RCPP_PP_CONFIG_STRICT | ( | ) | 0x0001 |
Definition at line 17 of file config.hpp.