MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / CStrSize

Function CStrSize

sourcecommon/tinyxml2.h:2027–2029  ·  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

2025 includes the terminating null.)
2026 */
2027 int CStrSize() const {
2028 return _buffer.Size();
2029 }
2030 /**
2031 If in print to memory mode, reset the buffer to the
2032 beginning.

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected