MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SetBOM

Function SetBOM

3rdparty/tinyxml2/tinyxml2.h:1806–1808  ·  view source on GitHub ↗

Sets whether to write the BOM when writing the file. */

Source from the content-addressed store, hash-verified

1804 /** Sets whether to write the BOM when writing the file.
1805 */
1806 void SetBOM( bool useBOM ) {
1807 _writeBOM = useBOM;
1808 }
1809
1810 /** Return the root element of DOM. Equivalent to FirstChildElement().
1811 To get the first node, use FirstChild().

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected