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

Method GetArgInt

Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:125–128  ·  view source on GitHub ↗

* @brief As "GetArgString" but parsed as an int. *************************************************************/

Source from the content-addressed store, hash-verified

123* @brief As "GetArgString" but parsed as an int.
124*************************************************************/
125int ClientAnalyzedXML::GetArgInt(char const* pArgName, int defaultValue) const
126{
127 return m_pAnalyzeXML->GetArgInt(pArgName, defaultValue) ;
128}
129
130long long ClientAnalyzedXML::GetArgInt(char const* pArgName, long long defaultValue) const
131{

Callers 3

updateItemsMethod · 0.95
ReceivedUpdateEventMethod · 0.45
ReceivedRunEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected