Outputs configuration data to a specified file path.
More...
#include <configGraphOutput.h>
|
| std::vector< std::string > | getParamsLocalKeys (const Params ¶ms) const |
| | Get a vector of the local keys.
|
| std::vector< std::string > | getSubscribedSharedParamSets (const Params ¶ms) const |
| | Get a vector of the shared param sets this Params object is subscribed to.
|
|
std::vector< std::string > | getSubscribedGlobalParamSets (const Params ¶ms) const |
|
| static std::map< std::string, std::string > | getSharedParamSet (const std::string &name) |
| | Get a named shared parameter set.
|
|
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.
|
|
static std::vector< std::string > | getGlobalParamSetNames () |
Outputs configuration data to a specified file path.
◆ generate()
| virtual void SST::Core::ConfigGraphOutput::generate |
( |
const Config * | cfg, |
|
|
ConfigGraph * | graph ) |
|
pure virtual |
◆ getParamsLocalKeys()
| 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
◆ getSharedParamSet()
| std::map< std::string, std::string > SST::Core::ConfigGraphOutput::getSharedParamSet |
( |
const std::string & | name | ) |
|
|
inlinestaticprotected |
◆ getSharedParamSetNames()
| std::vector< std::string > SST::Core::ConfigGraphOutput::getSharedParamSetNames |
( |
| ) |
|
|
inlinestaticprotected |
◆ getSubscribedSharedParamSets()
| std::vector< std::string > SST::Core::ConfigGraphOutput::getSubscribedSharedParamSets |
( |
const Params & | params | ) |
const |
|
inlineprotected |
Get a vector of the shared param sets this Params object is subscribed to.
- Returns
- returns a vector of the shared param sets his Params object is subscribed to
The documentation for this class was generated from the following files: