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

Method GetResultString

Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:67–70  ·  view source on GitHub ↗

Returns the character data from the result tag (or NULL if no result tag or no character data in that tag)

Source from the content-addressed store, hash-verified

65
66// Returns the character data from the result tag (or NULL if no result tag or no character data in that tag)
67char const* ClientAnalyzedXML::GetResultString() const
68{
69 return m_pAnalyzeXML->GetResultString() ;
70}
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

Callers 8

GetInputLinkMethod · 0.45
RefreshMethod · 0.45
ExecuteCommandLineMethod · 0.45
SendClientMessageMethod · 0.45
GetSoarKernelVersionMethod · 0.45
GetSVSOutputMethod · 0.45
SVSQueryMethod · 0.45
ConvertIdentifierMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected