MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetArgString

Method GetArgString

Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:109–112  ·  view source on GitHub ↗

* @brief Look up an argument by name. Returns NULL if not found. *************************************************************/

Source from the content-addressed store, hash-verified

107* @brief Look up an argument by name. Returns NULL if not found.
108*************************************************************/
109char const* ClientAnalyzedXML::GetArgString(char const* pArgName) const
110{
111 return m_pAnalyzeXML->GetArgString(pArgName) ;
112}
113
114/*************************************************************
115* @brief As "GetArgString" but parsed as a boolean.

Callers 15

getCommandResultMethod · 0.95
getCurrentDirectoryMethod · 0.95
ProcessCommandMethod · 0.80
HandleCreateAgentMethod · 0.80
HandleGetRunStateMethod · 0.80
HandleFireEventMethod · 0.80
HandleSuppressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected