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

Method GetImpasseObject

Core/ClientSML/src/sml_ClientTraceXML.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return GetAttribute(sml_Names::kState_ID) ;
51}
52char const* ClientTraceXML::GetImpasseObject() const
53{
54 return GetAttribute(sml_Names::kState_ImpasseObject) ;
55}
56char const* ClientTraceXML::GetImpasseType() const
57{
58 return GetAttribute(sml_Names::kState_ImpasseType) ;

Callers 2

MyXMLEventHandlerMethod · 0.80
getStateTextMethod · 0.80

Calls 1

GetAttributeFunction · 0.70

Tested by

no test coverage detected