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

Function HasBOM

3rdparty/tinyxml2/tinyxml2.h:1801–1803  ·  view source on GitHub ↗

Returns true if this document has a leading Byte Order Mark of UTF8. */

Source from the content-addressed store, hash-verified

1799 Returns true if this document has a leading Byte Order Mark of UTF8.
1800 */
1801 bool HasBOM() const {
1802 return _writeBOM;
1803 }
1804 /** Sets whether to write the BOM when writing the file.
1805 */
1806 void SetBOM( bool useBOM ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected