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

Method SetSymbol

Core/ClientSML/src/sml_ClientWMElement.cpp:54–58  ·  view source on GitHub ↗

See comments in header.

Source from the content-addressed store, hash-verified

52
53// See comments in header.
54void WMElement::SetSymbol(IdentifierSymbol* p_ID)
55{
56 m_ID = p_ID;
57 m_IDName.assign(p_ID->GetIdentifierSymbol());
58}
59
60void WMElement::GenerateNewTimeTag()
61{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected