12 #ifndef _H_SST_CORE_CONFIG_OUTPUT
13 #define _H_SST_CORE_CONFIG_OUTPUT
15 #include <configGraph.h>
29 exMsg = (
char*) malloc(
sizeof(
char) * (strlen(msg) + 1) );
30 std::strcpy(exMsg, msg);
33 virtual const char* what()
const throw()
override {
44 outputFile = fopen(path,
"wt");
51 virtual void generate(
const Config* cfg,
Definition: configGraphOutput.h:41
Class to contain SST Simulation Configuration variables.
Definition: config.h:31
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:294
Definition: configGraphOutput.h:26