MCPcopy Create free account
hub / github.com/JayXon/Leanify / CStr

Function CStr

lib/tinyxml2/tinyxml2.h:2070–2072  ·  view source on GitHub ↗

If in print to memory mode, return a pointer to the XML file in memory. */

Source from the content-addressed store, hash-verified

2068 the XML file in memory.
2069 */
2070 const char* CStr() const {
2071 return _buffer.Mem();
2072 }
2073 /**
2074 If in print to memory mode, return the size
2075 of the XML file in memory. (Note the size returned

Callers

nothing calls this directly

Calls 1

MemMethod · 0.80

Tested by

no test coverage detected