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

Method BufferedAddStringInputWME

Core/KernelSML/src/sml_AgentSML.cpp:1587–1590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1585}
1586
1587void AgentSML::BufferedAddStringInputWME(char const* pID, char const* pAttribute, char const* pValue, int64_t clientTimeTag)
1588{
1589 m_DirectInputDeltaList.push_back(DirectInputDelta(DirectInputDelta::kAddString, pID, pAttribute, pValue, clientTimeTag));
1590}
1591
1592void AgentSML::BufferedAddIntInputWME(char const* pID, char const* pAttribute, int64_t value, int64_t clientTimeTag)
1593{

Callers 1

DirectAddWME_StringMethod · 0.80

Calls 2

DirectInputDeltaClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected