ReactPhysics3D
v0.10.2
C++ Physics engine library
|
This class represents a simple generic linked list. More...
#include <include/reactphysics3d/containers/LinkedList.h>
Classes | |
struct | ListElement |
Element of the linked list. More... | |
Public Member Functions | |
LinkedList (MemoryAllocator &allocator) | |
Constructor. | |
~LinkedList () | |
Destructor. | |
ListElement * | getListHead () const |
Return the first element of the list. | |
void | insert (const T &data) |
Insert an element at the beginning of the linked list. | |
void | reset () |
Remove all the elements of the list. | |
This class represents a simple generic linked list.