Minsky
|
#include "pango.h"
#include "operation.h"
#include "lasso.h"
#include "itemT.rcd"
#include "operationType.rcd"
#include "operation.rcd"
#include "minsky_epilogue.h"
Go to the source code of this file.
Macros | |
#define | OPNAMEDEF |
#define | DEFOP(type) |
Typedefs | |
template<minsky::OperationType::Type T> | |
using | OpItemT = minsky::ItemT< minsky::Operation< T >, minsky::OperationBase > |
Functions | |
CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION (minsky::NamedOp) | |
#define DEFOP | ( | type | ) |
Definition at line 32 of file operationRS1.cc.
#define OPNAMEDEF |
Definition at line 20 of file operationRS1.cc.
using OpItemT = minsky::ItemT<minsky::Operation<T>,minsky::OperationBase> |
Definition at line 30 of file operationRS1.cc.
CLASSDESC_ACCESS_EXPLICIT_INSTANTIATION | ( | minsky::NamedOp | ) |