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

Method back

deps/physx/physx/source/common/src/CmQueue.h:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114 template<class T, class AllocType>
115 T Queue<T, AllocType>::back()
116 {
117 PX_ASSERT(mNum>0);
118
119 PxU32 headAccess = (mHead-1) % (mMaxEntries);
120 return mJobQueue[headAccess];
121 }
122
123 template<class T, class AllocType>
124 bool Queue<T, AllocType>::pushBack(const T& element)

Callers 15

addDefMethod · 0.80
addUndefMethod · 0.80
singleMainFunction · 0.80
parseCmdLineFunction · 0.80
readLocalPathMethod · 0.80
isTerminatedMethod · 0.80
getLastBlockMethod · 0.80
BlockMethod · 0.80
visitAggregateMethod · 0.80
createMiscOperationMethod · 0.80

Calls

no outgoing calls

Tested by 9

TextMethod · 0.64
operator[]Method · 0.64
sectionEndedMethod · 0.64
sectionEndedEarlyMethod · 0.64
sectionStartingMethod · 0.64
assertionEndedMethod · 0.64
sectionEndedMethod · 0.64
testGroupEndedMethod · 0.64
getLastChildMethod · 0.64