MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CStr

Function CStr

ReClass/tinyxml2.h:2198–2200  ·  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

2196 the XML file in memory.
2197 */
2198 const char* CStr() const {
2199 return _buffer.Mem();
2200 }
2201 /**
2202 If in print to memory mode, return the size
2203 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