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

Method Size

lib/tinyxml2/tinyxml2.h:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 }
277
278 int Size() const {
279 TIXMLASSERT( _size >= 0 );
280 return _size;
281 }
282
283 int Capacity() const {
284 return _allocated;

Callers 3

TraceMethod · 0.80
CStrSizeFunction · 0.80
PrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected