MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / Encoding

Method Encoding

external/tinyxml/tinyxml.h:1311–1311  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1309 const char *Version() const { return version.c_str (); }
1310 /// Encoding. Will return an empty string if none was found.
1311 const char *Encoding() const { return encoding.c_str (); }
1312 /// Is this a standalone document?
1313 const char *Standalone() const { return standalone.c_str (); }
1314

Callers 2

mainFunction · 0.80
ParseMethod · 0.80

Calls 1

c_strMethod · 0.80

Tested by 1

mainFunction · 0.64