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

Function GetElementFromHandle

Core/ElementXML/src/ElementXMLInterface.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36static std::string s_LastParseErrorMessage ;
37
38inline static ElementXMLImpl* GetElementFromHandle(ElementXML_Handle hXML)
39{
40 return reinterpret_cast<ElementXMLImpl*>(hXML) ;
41}
42
43////////////////////////////////////////////////////////////////
44//

Callers 15

soarxml_ReleaseRefFunction · 0.85
soarxml_GetRefCountFunction · 0.85
soarxml_AddRefFunction · 0.85
soarxml_SetTagNameFunction · 0.85
soarxml_GetTagNameFunction · 0.85
soarxml_SetCommentFunction · 0.85
soarxml_GetCommentFunction · 0.85
soarxml_AddChildFunction · 0.85
soarxml_GetChildFunction · 0.85
soarxml_GetParentFunction · 0.85
soarxml_MakeCopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected