MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / CStrSize

Function CStrSize

Dependencies/tinyxml2/include/tinyxml2.h:2252–2254  ·  view source on GitHub ↗

If in print to memory mode, return the size of the XML file in memory. (Note the size returned includes the terminating null.) */

Source from the content-addressed store, hash-verified

2250 includes the terminating null.)
2251 */
2252 int CStrSize() const {
2253 return _buffer.Size();
2254 }
2255 /**
2256 If in print to memory mode, reset the buffer to the
2257 beginning.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected