MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / Array

Method Array

physx/source/foundation/include/PsArray.h:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 typedef const T* ConstIterator;
62
63 explicit Array(const PxEMPTY v) : Alloc(v)
64 {
65 if(mData)
66 mCapacity |= PX_SIGN_BITMASK;
67 }
68
69 /*!
70 Default array constructor. Initialize an empty array

Callers

nothing calls this directly

Calls 7

TFunction · 0.85
resizeFunction · 0.85
copyFunction · 0.85
allocateFunction · 0.85
destroyFunction · 0.85
isInUserMemoryFunction · 0.85
deallocateFunction · 0.85

Tested by

no test coverage detected