|  | 
|  | ConfigStatGroup (const std::string &name) | 
|  | 
| bool | addComponent (ComponentId_t id) | 
|  | 
| bool | addStatistic (const std::string &name, Params &p) | 
|  | 
| bool | setOutput (size_t id) | 
|  | 
| bool | setFrequency (const std::string &freq) | 
|  | 
| std::pair< bool, std::string > | verifyStatsAndComponents (const ConfigGraph *graph) | 
|  | Checks to make sure that all components in the group support all of the statistics as configured in the group. 
 | 
|  | 
| void | serialize_order (SST::Core::Serialization::serializer &ser) override | 
|  | 
| virtual const char * | cls_name () const =0 | 
|  | 
| virtual uint32_t | cls_id () const =0 | 
|  | 
| virtual std::string | serialization_name () const =0 | 
|  | 
|  | 
| std::string | name | 
|  | 
| std::map< std::string, Params > | statMap | 
|  | 
| std::vector< ComponentId_t > | components | 
|  | 
| size_t | outputID | 
|  | 
| UnitAlgebra | outputFrequency | 
|  | 
|  | 
| static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() | 
|  | 
| static constexpr uint32_t | NullClsId = std::numeric_limits<uint32_t>::max() | 
|  | 
| enum | cxn_flag_t { ConstructorFlag
 } | 
|  | 
| static void | serializable_abort (uint32_t line, const char *file, const char *func, const char *obj) | 
|  | 
◆ serialize_order()
◆ verifyStatsAndComponents()
      
        
          | std::pair< bool, std::string > SST::ConfigStatGroup::verifyStatsAndComponents | ( | const ConfigGraph * | graph | ) |  | 
      
 
 
The documentation for this class was generated from the following files: