|
Minsky: 3.17.0
|

Go to the source code of this file.
Macros | |
| #define | DEF(type, base) |
| #define | DEFOP(type) DEF(Operation<OperationType::type>, OperationBase) |
| #define | DEFVAR(type) DEF(Variable<VariableType::type>, VariableBase) |
Boilerplate code for instantiating template for all subclasses of Item.
Definition in file itemTemplateInstantiations.h.
| #define DEF | ( | type, | |
| base | |||
| ) |
Definition at line 35 of file itemTemplateInstantiations.h.
| #define DEFOP | ( | type | ) | DEF(Operation<OperationType::type>, OperationBase) |
Definition at line 39 of file itemTemplateInstantiations.h.
| #define DEFVAR | ( | type | ) | DEF(Variable<VariableType::type>, VariableBase) |
Definition at line 40 of file itemTemplateInstantiations.h.