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;
42 StatisticId_t getID();
50 extern PyTypeObject PyModel_StatType;
53 getStat(PyObject* pobj)
57 PyErr_SetString(PyExc_RuntimeError,
"Failed to find ConfigStatistic");
66 #endif // SST_CORE_MODEL_PYTHON_PYMODEL_STAT_H Definition: configGraph.h:241
Definition: pymodel_stat.h:45
Definition: pymodel_stat.h:32