14 #ifndef SST_CORE_MODEL_PYTHON_PYMODEL_STAT_H
15 #define SST_CORE_MODEL_PYTHON_PYMODEL_STAT_H
17 #include "sst/core/sst_types.h"
18 #include "sst/core/warnmacros.h"
20 DISABLE_WARN_DEPRECATED_REGISTER
25 class ConfigStatistic;
40 StatisticId_t getID();
48 extern PyTypeObject PyModel_StatType;
51 getStat(PyObject* pobj)
54 if ( c ==
nullptr ) { PyErr_SetString(PyExc_RuntimeError,
"Failed to find ConfigStatistic"); }
62 #endif // SST_CORE_MODEL_PYTHON_PYMODEL_STAT_H
Definition: configGraph.h:125
Definition: pymodel_stat.h:43
Definition: pymodel_stat.h:32