PxStack
Defined in include/foundation/PxSortInternals.h
-
template<class PxAllocator>
class PxStack
Public Functions
-
inline PxStack(
- int32_t *memory,
- uint32_t capacity,
- const PxAllocator &inAllocator,
)
-
inline ~PxStack()
-
inline void grow()
-
inline void push(int32_t start, int32_t end)
-
inline void pop(int32_t &start, int32_t &end)
-
inline bool empty()