13 #ifndef _SST_CORE_CONFIG_OUTPUT_JSON
14 #define _SST_CORE_CONFIG_OUTPUT_JSON
16 #include <sst/core/configGraph.h>
17 #include <sst/core/configGraphOutput.h>
25 virtual void generate(
const Config* cfg,
28 void generateJSON(
const std::string indent,
const ConfigComponent& comp,
Definition: jsonConfigOutput.h:22
Definition: configGraphOutput.h:40
Class to contain SST Simulation Configuration variables.
Definition: config.h:39
Represents the configuration of a generic component.
Definition: configGraph.h:130
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:202
Definition: configGraphOutput.h:25