Urho3D
|
Doubly-linked list base class. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Container/ListBase.h>
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. | |
i32 | size_ |
Number of nodes. | |
Doubly-linked list base class.