|
Urho3D
|
Hash set node. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Container/HashSet.h>
Public Member Functions | |
| Node ()=default | |
| Construct undefined. | |
| Node (const T &key) | |
| Construct with key. | |
| Node * | Next () const |
| Return next node. | |
| Node * | Prev () const |
| Return previous node. | |
| Node * | Down () const |
| Return next node in the bucket. | |
Public Member Functions inherited from Dviglo::HashNodeBase | |
| HashNodeBase () | |
| Construct. | |
Public Attributes | |
| T | key_ |
| Key. | |
Public Attributes inherited from Dviglo::HashNodeBase | |
| HashNodeBase * | down_ |
| Next node in the bucket. | |
| HashNodeBase * | prev_ |
| Previous node. | |
| HashNodeBase * | next_ |
| Next node. | |
Hash set node.
1.8.17