MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / PxArray

Method PxArray

Source/ThirdParty/PhysX/foundation/PxArray.h:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 typedef const T* ConstIterator;
57
58 explicit PxArray(const PxEMPTY v) : Alloc(v)
59 {
60 if(mData)
61 mCapacity |= PX_SIGN_BITMASK;
62 }
63
64 /*!
65 Default array constructor. Initialize an empty array

Callers

nothing calls this directly

Calls 4

resizeFunction · 0.85
copyFunction · 0.85
destroyFunction · 0.85
isInUserMemoryFunction · 0.85

Tested by

no test coverage detected