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

Method Encoding

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

Encoding. Will return an empty string if none was found.

Source from the content-addressed store, hash-verified

1222 const char* Version() const { return version.c_str(); }
1223 /// Encoding. Will return an empty string if none was found.
1224 const char* Encoding() const { return encoding.c_str(); }
1225 /// Is this a standalone document?
1226 const char* Standalone() const { return standalone.c_str(); }
1227

Callers 1

ParseMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected