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

Method front

physx/source/common/src/CmQueue.h:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96 template<class T, class AllocType>
97 T Queue<T, AllocType>::front()
98 {
99 PX_ASSERT(mNum>0);
100
101 return mJobQueue[mTail];
102 }
103
104 template<class T, class AllocType>
105 T Queue<T, AllocType>::popBack()

Callers 15

getFirstChildMethod · 0.45
convertViewMatrixFunction · 0.45
onKeyDownExMethod · 0.45
onAnalogInputEventMethod · 0.45
onDigitalInputEventMethod · 0.45
onPointerInputEventMethod · 0.45
mat4x4Method · 0.45
PxToGLMethod · 0.45
convertToD3D9Method · 0.45
buildProjectionTreesMethod · 0.45
getLinksMethod · 0.45
getConnectorIteratorMethod · 0.45

Calls

no outgoing calls

Tested by 1

getFirstChildMethod · 0.36