MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / OPS_SetStringDict

Function OPS_SetStringDict

SRC/interpreter/OpenSeesCommands.cpp:1192–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190}
1191
1192int OPS_SetStringDict(std::map<const char*, const char*>& data)
1193{
1194 if (cmds == 0) return 0;
1195 DL_Interpreter* interp = cmds->getInterpreter();
1196 return interp->setString(data);
1197}
1198
1199int OPS_SetStringDictList(std::map<const char*, std::vector<const char*>>& data)
1200{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setStringMethod · 0.45

Tested by

no test coverage detected