MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / CStrSize

Function CStrSize

Source/ThirdParty/tinyxml2/tinyxml2.h:2254–2256  ·  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

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

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected