MCPcopy Create free account
hub / github.com/Norbyte/bg3se / Capacity

Method Capacity

CoreLib/tinyxml2.h:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 int Capacity() const {
278 TIXMLASSERT( _allocated >= INITIAL_SIZE );
279 return _allocated;
280 }
281
282 void SwapRemove(int i) {
283 TIXMLASSERT(i >= 0 && i < _size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected