Urho3D
Public Member Functions | Public Attributes
Urho3D::HashNodeBase Struct Reference

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

#include <HashBase.h>

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

List of all members.

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: