Urho3D::ListNodeBase Struct Reference
Urho3D::ListNodeBase Struct Reference
Doubly-linked list node base class. More...
#include <Urho3D/Container/ListBase.h>
Inheritance diagram for Urho3D::ListNodeBase:
Collaboration diagram for Urho3D::ListNodeBase:
Public Member Functions | |
| ListNodeBase () | |
| Construct. | |
Public Attributes | |
| ListNodeBase * | prev_ |
| Previous node. | |
| ListNodeBase * | next_ |
| Next node. | |
Detailed Description
Doubly-linked list node base class.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Container/ListBase.h
