PxSListT#

Defined in include/foundation/PxSList.h

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 Static Functions

static inline void *allocate(
size_t size,
const char *filename,
int line,
uint32_t *cookie = NULL,
)#
static inline void deallocate(void *ptr, uint32_t *cookie = NULL)#