Urho3D
Public Member Functions | Public Attributes | List of all members
Dviglo::LinkedListNode Struct Reference

Singly-linked list node base class. More...

#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/LinkedList.h>

Inheritance diagram for Dviglo::LinkedListNode:
Dviglo::EventHandler Dviglo::EventHandler11Impl Dviglo::EventHandlerImpl< T >

Public Member Functions

 LinkedListNode ()
 Construct.
 

Public Attributes

LinkedListNodenext_
 Pointer to next node.
 

Detailed Description

Singly-linked list node base class.


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