MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / Size

Method Size

3rdparty/tinyxml2/tinyxml2.h:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 size_t Size() const {
269 TIXMLASSERT( _size >= 0 );
270 return _size;
271 }
272
273 size_t Capacity() const {
274 TIXMLASSERT( _allocated >= INITIAL_SIZE );

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected