Doubly-linked list base class. More...

#include <Urho3D/Container/ListBase.h>

Inheritance diagram for Urho3D::ListBase:
[legend]
Collaboration diagram for Urho3D::ListBase:
[legend]

Public Member Functions

 ListBase ()
 Construct.
 
void Swap (ListBase &rhs)
 Swap with another linked list.
 

Protected Attributes

ListNodeBasehead_
 Head node pointer.
 
ListNodeBasetail_
 Tail node pointer.
 
AllocatorBlockallocator_
 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