MCPcopy Create free account
hub / github.com/crossuo/crossuo / CStrSize

Function CStrSize

external/tinyxml2.h:2318–2320  ·  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

2316 includes the terminating null.)
2317 */
2318 int CStrSize() const {
2319 return _buffer.Size();
2320 }
2321 /**
2322 If in print to memory mode, reset the buffer to the
2323 beginning.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected