PxSListT

Defined in include/foundation/PxSList.h

Inheritance Relationships

Base Type

template<typename Alloc = PxReflectionAllocator<PxSListImpl>>
class PxSListT : protected PxReflectionAllocator<PxSListImpl>

Public Functions

inline PxSListT(const Alloc &alloc = Alloc())
inline ~PxSListT()
inline void push(PxSListEntry &entry)
inline PxSListEntry *pop()
inline PxSListEntry *flush()

Protected Functions

inline void *allocate(size_t size, const char *filename, int line)
inline void deallocate(void *ptr)