|  | ReactPhysics3D
    v0.10.2
    C++ Physics engine library | 
Element of the linked list. More...
#include <include/reactphysics3d/containers/LinkedList.h>
| Public Member Functions | |
| ListElement (T elementData, ListElement *nextElement) | |
| Constructor. | |
| Public Attributes | |
| T | data | 
| Data of the list element. | |
| ListElement * | next | 
| Pointer to the next element of the list. | |
Element of the linked list.