|
Urho3D
|
Singly-linked list node base class. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/LinkedList.h>
Public Member Functions | |
| LinkedListNode () | |
| Construct. | |
Public Attributes | |
| LinkedListNode * | next_ |
| Pointer to next node. | |
Singly-linked list node base class.
1.8.17