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

Method GetCommandName

Core/ClientSML/src/sml_ClientAnalyzedXML.cpp:61–64  ·  view source on GitHub ↗

Returns the name of the command (or NULL if no command tag or no name in that tag)

Source from the content-addressed store, hash-verified

59
60// Returns the name of the command (or NULL if no command tag or no name in that tag)
61char const* ClientAnalyzedXML::GetCommandName() const
62{
63 return m_pAnalyzeXML->GetCommandName() ;
64}
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

Callers 1

ProcessIncomingSMLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected