MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / CStrSize

Function CStrSize

externals/tinyxml2/tinyxml2.h:2317–2319  ·  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

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

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected