QHashNode< Key, T > Struct Template Reference
#include <qhash.h>
template<class Key, class T>
struct QHashNode< Key, T >
Definition at line 216 of file qhash.h.
QHashNode |
( |
const Key & |
key0, |
|
|
const T & |
value0 |
|
) |
| |
|
inline |
bool same_key |
( |
uint |
h0, |
|
|
const Key & |
key0 |
|
) |
| |
|
inline |
Definition at line 225 of file qhash.h.
225 {
return h0 ==
h && key0 ==
key; }
int int int int int int h
The documentation for this struct was generated from the following file: