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

Method DeleteString

Core/ClientSML/src/sml_ClientXML.cpp:263–266  ·  view source on GitHub ↗

* @brief Utility function to release memory allocated by this element and returned to the caller. * * @param string The string to release. Passing NULL is valid and does nothing. *************************************************************/

Source from the content-addressed store, hash-verified

261* @param string The string to release. Passing NULL is valid and does nothing.
262*************************************************************/
263void ClientXML::DeleteString(char* pString)
264{
265 ElementXML::DeleteString(pString) ;
266}
267
268/*************************************************************
269* @brief Performs an allocation and then copies the contents of the passed in string to the newly allocated string.

Callers 15

TEST_DEFINITIONFunction · 0.45
MyFilterHandlerMethod · 0.45
MyXMLEventHandlerMethod · 0.45
testChildrenMethod · 0.45
xml_invoke_callbackFunction · 0.45
FlushOutputMethod · 0.45
SendOutputMethod · 0.45
SendOutputInitEventMethod · 0.45
HandleFilterEventMethod · 0.45
HandleEventMethod · 0.45
ExecuteRhsCommandMethod · 0.45
AddWmeChildrenToXMLFunction · 0.45

Calls 1

DeleteStringFunction · 0.50

Tested by 4

TEST_DEFINITIONFunction · 0.36
testChildrenMethod · 0.36
XMLCallbackHandlerFunction · 0.36
process_lineMethod · 0.36