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

Method Capacity

3rdparty/tinyxml2/tinyxml2.h:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 size_t Capacity() const {
274 TIXMLASSERT( _allocated >= INITIAL_SIZE );
275 return _allocated;
276 }
277
278 void SwapRemove(size_t i) {
279 TIXMLASSERT(i < _size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected