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

Method GetArgValue

Core/ConnectionSML/src/sml_ArgMap.cpp:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48char const* ArgMap::GetArgValue(char const* pName, int position) const
49{
50 ElementXML_Handle hArg = GetArgHandle(pName, position) ;
51
52 if (!hArg)
53 {
54 return NULL ;
55 }
56
57 return ::soarxml_GetCharacterData(hArg) ;
58}
59
60ElementXML_Handle ArgMap::GetArgHandle(char const* pName, int position) const
61{

Callers 7

GetArgStringFunction · 0.80
sml_AnalyzeXML.hFile · 0.80
GetArgStringFunction · 0.80
sml_AnalyzeXML.hFile · 0.80
GetArgBoolMethod · 0.80
GetArgIntMethod · 0.80
GetArgFloatMethod · 0.80

Calls 1

soarxml_GetCharacterDataFunction · 0.85

Tested by

no test coverage detected