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

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

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Container/ListBase.h>

Inheritance diagram for Urho3D::ListNodeBase:
Urho3D::List< T >::Node

Public Member Functions

 ListNodeBase ()
 Construct.
 

Public Attributes

ListNodeBaseprev_
 Previous node.
 
ListNodeBasenext_
 Next node.
 

Detailed Description

Doubly-linked list node base class.


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