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

Method GetResultInt

Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:73–76  ·  view source on GitHub ↗

Returns the character data from the result tag as an int (or default value if there is no character data in the tag)

Source from the content-addressed store, hash-verified

71
72// Returns the character data from the result tag as an int (or default value if there is no character data in the tag)
73int ClientAnalyzedXML::GetResultInt(int defaultValue) const
74{
75 return m_pAnalyzeXML->GetResultInt(defaultValue) ;
76}
77
78long long ClientAnalyzedXML::GetResultInt(long long defaultValue) const
79{

Callers 6

GetListenerPortMethod · 0.45
GetResultOfLastRunMethod · 0.45
GetCurrentPhaseMethod · 0.45
GetRunStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected