SST  15.1.0
StructuralSimulationToolkit
SST::Core::JSONConfigGraphOutput Class Reference
Inheritance diagram for SST::Core::JSONConfigGraphOutput:
SST::Core::ConfigGraphOutput

Public Member Functions

 JSONConfigGraphOutput (const char *path)
 
virtual void generate (const Config *cfg, ConfigGraph *graph) override
 
- Public Member Functions inherited from SST::Core::ConfigGraphOutput
 ConfigGraphOutput (const char *path)
 

Additional Inherited Members

- Protected Member Functions inherited from SST::Core::ConfigGraphOutput
std::vector< std::string > getParamsLocalKeys (const Params &params) const
 Get a vector of the local keys. More...
 
std::vector< std::string > getSubscribedSharedParamSets (const Params &params) const
 Get a vector of the shared param sets this Params object is subscribed to. More...
 
std::vector< std::string > getSubscribedGlobalParamSets (const Params &params) const
 
- Static Protected Member Functions inherited from SST::Core::ConfigGraphOutput
static std::map< std::string, std::string > getSharedParamSet (const std::string &name)
 Get a named shared parameter set. More...
 
static std::map< std::string, std::string > getGlobalParamSet (const std::string &name)
 
static std::vector< std::string > getSharedParamSetNames ()
 Get a vector of the names of available shared parameter sets. More...
 
static std::vector< std::string > getGlobalParamSetNames ()
 
- Protected Attributes inherited from SST::Core::ConfigGraphOutput
FILE * outputFile
 

Member Function Documentation

◆ generate()

void JSONConfigGraphOutput::generate ( const Config cfg,
ConfigGraph graph 
)
overridevirtual
Parameters
cfgConstant pointer to SST configuration
graphConstant pointer to SST configuration graph
Returns
void

Implements SST::Core::ConfigGraphOutput.

References SST::Simulation_impl::filesystem, and SST::Util::Filesystem::ofstream().


The documentation for this class was generated from the following files: