12 #ifndef _H_SST_CORE_CONFIG_OUTPUT
13 #define _H_SST_CORE_CONFIG_OUTPUT
15 #include <configGraph.h>
28 exMsg = (
char*) malloc(
sizeof(
char) * (strlen(msg) + 1) );
29 std::strcpy(exMsg, msg);
32 virtual const char* what()
const noexcept
override {
43 outputFile = fopen(path,
"wt");
50 virtual void generate(
const Config* cfg,
Definition: configGraphOutput.h:40
Class to contain SST Simulation Configuration variables.
Definition: config.h:31
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:358
Definition: configGraphOutput.h:25