MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / Capacity

Method Capacity

ReClass/tinyxml2.h:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 }
262
263 int Capacity() const {
264 TIXMLASSERT( _allocated >= INITIAL_SIZE );
265 return _allocated;
266 }
267
268 void SwapRemove(int i) {
269 TIXMLASSERT(i >= 0 && i < _size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected