MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Iterator

Method Iterator

deps/physx/physx/source/common/src/CmBitMap.h:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 static const PxU32 DONE = 0xffffffff;
299
300 PX_INLINE Iterator(const BitMapBase &map) : mBitMap(map)
301 {
302 reset();
303 }
304
305 PX_INLINE Iterator& operator=(const Iterator& other)
306 {

Callers

nothing calls this directly

Calls 1

resetFunction · 0.70

Tested by

no test coverage detected