Go to the source code of this file.
Macros | |
#define | FUNCTION_NAME __func__ |
#define | UNUSED(x) UNUSED_ ## x |
#define | CONSUME_PARAM(x) (void)(x); |
#define | INLINE_FUNCTION_HD inline |
#define | INLINE_FUNCTION_D inline |
#define | INLINE_FUNCTION_H inline |
#define | LAMBDA_HD [=] |
#define | LAMBDA_D [=] |
#define | CLASS_LAMBDA_HD [=,*this] |
#define | FUNCTION_HD |
#define | FUNCTION_H |
#define | FUNCTION_D |
#define | INLINE_FUNCTION inline |
#define | USE_INSTANTIATION 0 |
#define | ForAll(i, container) for(auto i=0; i < container.size(); ++i) |
Variables | |
static const bool | useStdParallel__ = false |
#define FUNCTION_NAME __func__ |
Definition at line 29 of file pFlowMacros.hpp.
#define UNUSED | ( | x | ) | UNUSED_ ## x |
Definition at line 35 of file pFlowMacros.hpp.
#define CONSUME_PARAM | ( | x | ) | (void)(x); |
Definition at line 38 of file pFlowMacros.hpp.
#define INLINE_FUNCTION_HD inline |
Definition at line 51 of file pFlowMacros.hpp.
#define INLINE_FUNCTION_D inline |
Definition at line 52 of file pFlowMacros.hpp.
#define INLINE_FUNCTION_H inline |
Definition at line 53 of file pFlowMacros.hpp.
#define LAMBDA_HD [=] |
Definition at line 54 of file pFlowMacros.hpp.
#define LAMBDA_D [=] |
Definition at line 55 of file pFlowMacros.hpp.
#define CLASS_LAMBDA_HD [=,*this] |
Definition at line 56 of file pFlowMacros.hpp.
#define FUNCTION_HD |
Definition at line 57 of file pFlowMacros.hpp.
#define FUNCTION_H |
Definition at line 58 of file pFlowMacros.hpp.
#define FUNCTION_D |
Definition at line 59 of file pFlowMacros.hpp.
#define INLINE_FUNCTION inline |
Definition at line 62 of file pFlowMacros.hpp.
#define USE_INSTANTIATION 0 |
Definition at line 67 of file pFlowMacros.hpp.
#define ForAll | ( | i, | |
container | |||
) | for(auto i=0; i < container.size(); ++i) |
Definition at line 71 of file pFlowMacros.hpp.
|
inlinestatic |
Definition at line 76 of file pFlowMacros.hpp.