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

Method SetIdentifierSymbol

Core/ClientSML/src/sml_ClientIdentifier.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void IdentifierSymbol::SetIdentifierSymbol(char const* pID)
39{
40 // this really should be in the ctor
41 assert(pID);
42 // this is valid on input-link
43 //assert(m_Symbol.empty());
44 m_Symbol = pID ;
45 //std::cout << "new symbol " << pID << std::endl;
46}
47
48void IdentifierSymbol::DeleteAllChildren()
49{

Callers 3

IdentifierMethod · 0.80
RefreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected