SST  12.0.0
StructuralSimulationToolkit
SST::Core::ConfigGraphOutput Class Referenceabstract
Inheritance diagram for SST::Core::ConfigGraphOutput:
SST::Core::DotConfigGraphOutput SST::Core::JSONConfigGraphOutput SST::Core::PythonConfigGraphOutput SST::Core::XMLConfigGraphOutput

Public Member Functions

 ConfigGraphOutput (const char *path)
 
virtual void generate (const Config *cfg, ConfigGraph *graph)=0
 

Protected Member Functions

std::vector< std::string > getParamsLocalKeys (const Params &params) const
 Get a vector of the local keys. More...
 
std::vector< std::string > getSubscribedGlobalParamSets (const Params &params) const
 Get a vector of the global param sets this Params object is subscribed to. More...
 

Static Protected Member Functions

static std::map< std::string,
std::string > 
getGlobalParamSet (const std::string &name)
 Get a named global parameter set. More...
 
static std::vector< std::string > getGlobalParamSetNames ()
 Get a vector of the names of available global parameter sets. More...
 

Protected Attributes

FILE * outputFile
 

Member Function Documentation

static std::map<std::string, std::string> SST::Core::ConfigGraphOutput::getGlobalParamSet ( const std::string &  name)
inlinestaticprotected

Get a named global parameter set.

Parameters
nameName of the set to get
Returns
returns a copy of the reqeusted global param set
static std::vector<std::string> SST::Core::ConfigGraphOutput::getGlobalParamSetNames ( )
inlinestaticprotected

Get a vector of the names of available global parameter sets.

Returns
returns a vector of the names of available global param sets
std::vector<std::string> SST::Core::ConfigGraphOutput::getParamsLocalKeys ( const Params params) const
inlineprotected

Get a vector of the local keys.

Returns
returns a vector of the local keys in this Params object
std::vector<std::string> SST::Core::ConfigGraphOutput::getSubscribedGlobalParamSets ( const Params params) const
inlineprotected

Get a vector of the global param sets this Params object is subscribed to.

Returns
returns a vector of the global param sets his Params object is subscribed to

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