Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
FixedSizeFreeList< Object >::Batch Struct Reference

A batch of objects that can be destructed. More...

#include <FixedSizeFreeList.h>

Public Attributes

uint32 mFirstObjectIndex = cInvalidObjectIndex
 
uint32 mLastObjectIndex = cInvalidObjectIndex
 
uint32 mNumObjects = 0
 

Detailed Description

template<typename Object>
struct FixedSizeFreeList< Object >::Batch

A batch of objects that can be destructed.

Member Data Documentation

◆ mFirstObjectIndex

template<typename Object >
uint32 FixedSizeFreeList< Object >::Batch::mFirstObjectIndex = cInvalidObjectIndex

◆ mLastObjectIndex

template<typename Object >
uint32 FixedSizeFreeList< Object >::Batch::mLastObjectIndex = cInvalidObjectIndex

◆ mNumObjects

template<typename Object >
uint32 FixedSizeFreeList< Object >::Batch::mNumObjects = 0

The documentation for this struct was generated from the following file: