Urho3D
Public Member Functions | Public Attributes | List of all members
Dviglo::HashNodeBase Struct Reference

Hash set/map node base class. More...

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

Inheritance diagram for Dviglo::HashNodeBase:
Dviglo::HashMap< T, U >::Node Dviglo::HashSet< T >::Node

Public Member Functions

 HashNodeBase ()
 Construct.
 

Public Attributes

HashNodeBasedown_
 Next node in the bucket.
 
HashNodeBaseprev_
 Previous node.
 
HashNodeBasenext_
 Next node.
 

Detailed Description

Hash set/map node base class.


The documentation for this struct was generated from the following file: