ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::LinkedList< T >::ListElement Struct Reference

Element of the linked list. More...

#include <include/reactphysics3d/containers/LinkedList.h>

Public Member Functions

 ListElement (T elementData, ListElement *nextElement)
 Constructor.
 

Public Attributes

data
 Data of the list element.
 
ListElementnext
 Pointer to the next element of the list.
 

Detailed Description

template<typename T>
struct reactphysics3d::LinkedList< T >::ListElement

Element of the linked list.


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