12 #ifndef _H_SST_CORE_CONFIG_OUTPUT
13 #define _H_SST_CORE_CONFIG_OUTPUT
15 #include <sst/core/config.h>
16 #include <configGraph.h>
28 exMsg = (
char*) malloc(
sizeof(
char) * (strlen(msg) + 1) );
29 std::strcpy(exMsg, msg);
32 virtual const char* what()
const throw() {
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:39
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:202
Definition: configGraphOutput.h:25