14 #ifndef SST_CORE_MODEL_PYTHON_PYMODEL_STATGROUP_H 15 #define SST_CORE_MODEL_PYTHON_PYMODEL_STATGROUP_H 17 #include "sst/core/sst_types.h" 18 #include "sst/core/warnmacros.h" 20 DISABLE_WARN_DEPRECATED_REGISTER
25 class ConfigStatGroup;
26 class ConfigStatOutput;
37 PyObject_HEAD
size_t id;
41 extern PyTypeObject PyModel_StatGroupType;
42 extern PyTypeObject PyModel_StatOutputType;
48 #endif // SST_CORE_MODEL_PYTHON_PYMODEL_STATGROUP_H Definition: pymodel_statgroup.h:35
Definition: configGraph.h:194
Definition: pymodel_statgroup.h:30
Definition: configGraph.h:158