MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetValue

Method SetValue

ogsr_engine/xrCore/XML_Parser/tinyxml.h:486–486  ·  view source on GitHub ↗

Changes the value of the node. Defined as: @verbatim Document: filename of the xml file Element: name of the element Comment: the comment text Unknown: the tag contents Text: the text string @endverbatim */

Source from the content-addressed store, hash-verified

484 @endverbatim
485 */
486 void SetValue(const char* _value) { value = _value; }
487
488#ifdef TIXML_USE_STL
489 /// STL xr_string form.

Callers 3

CopyToMethod · 0.45
SetAttributeMethod · 0.45
ParseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected