MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Size

Method Size

Dependencies/tinyxml2/include/tinyxml2.h:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 int Size() const {
275 TIXMLASSERT( _size >= 0 );
276 return _size;
277 }
278
279 int Capacity() const {
280 TIXMLASSERT( _allocated >= INITIAL_SIZE );

Callers 5

MarkInUseMethod · 0.80
ClearMethod · 0.80
PrintMethod · 0.80
TraceMethod · 0.80
CStrSizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected