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

Method CreateStringWME

Core/ClientSML/src/sml_ClientIdentifier.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444#endif
445
446StringElement* Identifier::CreateStringWME(char const* pAttribute, char const* pValue)
447{
448 return this->m_Agent->GetWM()->CreateStringWME(this, pAttribute, pValue);
449}
450
451IntElement* Identifier::CreateIntWME(char const* pAttribute, long long value)
452{

Callers 2

AddStatusCompleteMethod · 0.45
AddStatusErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected