Urho3D
Public Member Functions | Public Attributes | List of all members
Urho3D::HashSet< T >::Node Struct Reference

Hash set node. More...

#include </home/runner/work/rurho3d.github.io/rurho3d.github.io/urho3d_repo/Source/Urho3D/Container/HashSet.h>

Inheritance diagram for Urho3D::HashSet< T >::Node:
Urho3D::HashNodeBase

Public Member Functions

 Node ()=default
 Construct undefined.
 
 Node (const T &key)
 Construct with key.
 
NodeNext () const
 Return next node.
 
NodePrev () const
 Return previous node.
 
NodeDown () const
 Return next node in the bucket.
 
- Public Member Functions inherited from Urho3D::HashNodeBase
 HashNodeBase ()
 Construct.
 

Public Attributes

key_
 Key.
 
- Public Attributes inherited from Urho3D::HashNodeBase
HashNodeBasedown_
 Next node in the bucket.
 
HashNodeBaseprev_
 Previous node.
 
HashNodeBasenext_
 Next node.
 

Detailed Description

template<class T>
struct Urho3D::HashSet< T >::Node

Hash set node.


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