U3D
Open-source, cross-platform 2D and 3D game engine built in C++
Loading...
Searching...
No Matches
Urho3D::ListNodeBase Struct Reference

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

#include </var/dev/u3d/stable/Source/Urho3D/Container/ListBase.h>

Inheritance diagram for Urho3D::ListNodeBase:
[legend]
Collaboration diagram for Urho3D::ListNodeBase:
[legend]

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: