| 155 | } |
| 156 | |
| 157 | static PX_FORCE_INLINE PxU32 parent(PxU32 nodeIndex) |
| 158 | { |
| 159 | return (nodeIndex - 1) >> 1; |
| 160 | } |
| 161 | private: |
| 162 | PriorityQueueBase<Element, Comparator>& operator = (const PriorityQueueBase<Element, Comparator>); |
| 163 | }; |
no outgoing calls
no test coverage detected