MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / Version

Method Version

lesson7-Detection/src/utils/tinyxml.h:1309–1309  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1307
1308 /// Version. Will return an empty string if none was found.
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?

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected