| Urho3D
    | 
Doubly-linked list base class. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/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.
 1.8.17
 1.8.17