Urho3D::ListBase Class Reference
Urho3D::ListBase Class Reference
Doubly-linked list base class. More...
#include <Urho3D/Container/ListBase.h>
Inheritance diagram for Urho3D::ListBase:
Collaboration diagram for Urho3D::ListBase:
Public Member Functions | |
ListBase () | |
Construct. | |
void | Swap (ListBase &rhs) |
Swap with another linked list. | |
Protected Attributes | |
ListNodeBase * | head_ |
Head node pointer. | |
ListNodeBase * | tail_ |
Tail node pointer. | |
AllocatorBlock * | allocator_ |
Node allocator. | |
unsigned | size_ |
Number of nodes. | |
Detailed Description
Doubly-linked list base class.
The documentation for this class was generated from the following file:
- Source/Urho3D/Container/ListBase.h