14 #ifndef SST_CORE_MODEL_PYTHON_PYMODEL_LINK_H
15 #define SST_CORE_MODEL_PYTHON_PYMODEL_LINK_H
17 #include "sst/core/sst_types.h"
18 #include "sst/core/warnmacros.h"
20 DISABLE_WARN_DEPRECATED_REGISTER
28 PyObject_HEAD
char* name;
33 extern PyTypeObject PyModel_LinkType;
37 #endif // SST_CORE_MODEL_PYTHON_PYMODEL_LINK_H
Definition: pymodel_link.h:26