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

Function CStrSize

lib/tinyxml2/tinyxml2.h:2078–2080  ·  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

2076 includes the terminating null.)
2077 */
2078 int CStrSize() const {
2079 return _buffer.Size();
2080 }
2081 /**
2082 If in print to memory mode, reset the buffer to the
2083 beginning.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected