Urho3D
Public Member Functions | Protected Attributes | List of all members
Dviglo::ListBase Class Reference

Doubly-linked list base class. More...

#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/ListBase.h>

Inheritance diagram for Dviglo::ListBase:
Dviglo::List< T > Dviglo::List< AsyncExecRequest * > Dviglo::List< Dviglo::Decal > Dviglo::List< Dviglo::Pair< Dviglo::SharedArrayPtr< signed char >, unsigned > > Dviglo::List< Dviglo::SharedPtr< Dviglo::WorkItem > > Dviglo::List< Dviglo::StoredLogMessage > Dviglo::List< Dviglo::WorkItem * > Dviglo::List< int >

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: