#include <qhash.h>
Public Member Functions |
|
| QHashNode (const Key &key0) | |
| QHashNode (const Key &key0, const T &value0) | |
| bool | same_key (uint h0, const Key &key0) |
Public Attributes |
|
| QHashNode * | next |
| uint | h |
| Key | key |
| T | value |
| QHashNode | ( | const Key & | key0 | ) | [inline] |
| QHashNode | ( | const Key & | key0, |
| const T & | value0 | ||
| ) | [inline] |
| bool same_key | ( | uint | h0, |
| const Key & | key0 | ||
| ) | [inline] |
| uint h |
| Key key |
| T value |