#include <array>
#include <functional>
#include <string>
#include <tuple>
#include <vector>
#include <cmath>
#include "codeGenUtils.h"
#include "newModels.h"
Go to the source code of this file.
|
#define | SET_INJECTION_CODE(INJECTION_CODE) virtual std::string getInjectionCode() const override{ return INJECTION_CODE; } |
|
#define | SET_EXTRA_GLOBAL_PARAMS(...) virtual StringPairVec getExtraGlobalParams() const override{ return __VA_ARGS__; } |
|
◆ SET_EXTRA_GLOBAL_PARAMS
#define SET_EXTRA_GLOBAL_PARAMS |
( |
|
... | ) |
virtual StringPairVec getExtraGlobalParams() const override{ return __VA_ARGS__; } |
◆ SET_INJECTION_CODE
#define SET_INJECTION_CODE |
( |
|
INJECTION_CODE | ) |
virtual std::string getInjectionCode() const override{ return INJECTION_CODE; } |