Urho3D
Public Member Functions | Protected Attributes
Urho3D::ListBase Class Reference

Doubly-linked list base class. More...

#include <ListBase.h>

Inheritance diagram for Urho3D::ListBase:
Urho3D::List< T >

List of all members.

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: