14 #ifndef SST_CORE_MODEL_PYMODEL_STAT_H
15 #define SST_CORE_MODEL_PYMODEL_STAT_H
17 #include "sst/core/sst_types.h"
33 StatisticId_t getID();
40 extern PyTypeObject PyModel_StatType;
43 getStat(PyObject* pobj) {
46 PyErr_SetString(PyExc_RuntimeError,
"Failed to find ConfigStatistic");
Definition: configGraph.h:127
Definition: pymodel_stat.h:36
Definition: pymodel_stat.h:26