12 #ifndef SST_CORE_CONFIGGRAPH_OUTPUT_H
13 #define SST_CORE_CONFIGGRAPH_OUTPUT_H
15 #include "sst/core/configGraph.h"
30 exMsg = (
char*)malloc(
sizeof(
char) * (strlen(msg) + 1));
31 std::strcpy(exMsg, msg);
34 virtual const char* what()
const noexcept
override {
return exMsg; }
56 #endif // SST_CORE_CONFIGGRAPH_OUTPUT_H
Definition: configGraphOutput.h:40
Class to contain SST Simulation Configuration variables.
Definition: config.h:29
A Configuration Graph A graph representing Components and Links.
Definition: configGraph.h:375
Definition: configGraphOutput.h:25