Urho3D::LinkedListNode Struct Reference
Urho3D::LinkedListNode Struct Reference
  Singly-linked list node base class. More...
#include <Urho3D/Container/LinkedList.h>
Inheritance diagram for Urho3D::LinkedListNode:
Collaboration diagram for Urho3D::LinkedListNode:
Public Member Functions | |
| LinkedListNode () | |
| Construct.  | |
Public Attributes | |
| LinkedListNode * | next_ | 
| Pointer to next node.  | |
Detailed Description
Singly-linked list node base class.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Container/LinkedList.h
 
