|
U3D
Open-source, cross-platform 2D and 3D game engine built in C++
|
Doubly-linked list base class. More...
#include </var/dev/u3d/stable/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. | |
| unsigned | size_ |
| Number of nodes. | |
Doubly-linked list base class.