Urho3D
Public Member Functions | Public Attributes
Urho3D::HashMap< T, U >::Node Struct Reference

Hash map node. More...

#include <HashMap.h>

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

List of all members.

Public Member Functions

 Node ()
 Construct undefined.
 Node (const T &key, const U &value)
 Construct with key and value.
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

KeyValue pair_
 Key-value pair.
- Public Attributes inherited from Urho3D::HashNodeBase
HashNodeBasedown_
 Next node in the bucket.
HashNodeBaseprev_
 Previous node.
HashNodeBasenext_
 Next node.

Detailed Description

template<class T, class U>
struct Urho3D::HashMap< T, U >::Node

Hash map node.


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