|
ConfigGraph * | getGraph () |
|
void | generateParams (const Params ¶ms) |
|
void | generateCommonComponent (const char *objName, const ConfigComponent *comp) |
|
void | generateSubComponent (const char *owner, const ConfigComponent *comp) |
|
void | generateComponent (const ConfigComponent *comp, bool output_parition_info) |
|
void | generateStatGroup (const ConfigGraph *graph, const ConfigStatGroup &grp) |
|
const std::string & | getLinkObject (LinkId_t id, const std::string &name, bool no_cut) |
|
char * | makePythonSafeWithPrefix (const std::string &name, const std::string &prefix) const |
|
void | makeBufferPythonSafe (char *buffer) const |
|
char * | makeEscapeSafe (const std::string &input) const |
|
bool | strncmp (const char *a, const char *b, const size_t n) const |
|
bool | isMultiLine (const char *check) const |
|
bool | isMultiLine (const std::string &check) const |
|
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 () |
|
FILE * | outputFile |
|