MCPcopy Create free account
hub / github.com/DFHack/dfhack / SetValue

Method SetValue

depends/tinyxml/tinyxml.h:508–508  ·  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

506 @endverbatim
507 */
508 void SetValue(const char * _value) { value = _value;}
509
510 #ifdef TIXML_USE_STL
511 /// STL std::string form.

Callers 2

CopyToMethod · 0.45
SetAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected