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

Method size

physx/source/foundation/include/PsArray.h:247–250  ·  view source on GitHub ↗

! Returns the number of entries in the array. This can, and probably will, differ from the array capacity. \return The number of of entries in the array. */

Source from the content-addressed store, hash-verified

245 The number of of entries in the array.
246 */
247 PX_FORCE_INLINE uint32_t size() const
248 {
249 return mSize;
250 }
251
252 /*!
253 Clears the array.

Callers 11

~FoundationMethod · 0.45
deallocateMethod · 0.45
disposeElementsMethod · 0.45
releaseEmptySlabsMethod · 0.45
copyMethod · 0.45
registerListenerMethod · 0.45
getNbListenersMethod · 0.45
BroadcastClass · 0.45
allocateMethod · 0.45
deallocateMethod · 0.45
reportErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected