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

Function OPS_SetIntDictOutput

SRC/interpreter/OpenSeesCommands.cpp:1077–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077int OPS_SetIntDictOutput(std::map<const char*, int>& data)
1078{
1079 if (cmds == 0) return 0;
1080 DL_Interpreter* interp = cmds->getInterpreter();
1081 return interp->setInt(data);
1082}
1083
1084int OPS_SetIntDictListOutput(std::map<const char*, std::vector<int>>& data)
1085{

Callers

nothing calls this directly

Calls 2

getInterpreterMethod · 0.80
setIntMethod · 0.45

Tested by

no test coverage detected