QHashDummyNode< Key, T > Struct Template Reference

QHashDummyNode< Key, T > Struct Template Reference

#include <qhash.h>

Class Description

template<class Key, class T>
struct QHashDummyNode< Key, T >

Definition at line 206 of file qhash.h.

Public Member Functions

 QHashDummyNode (const Key &key0)
 

Public Attributes

QHashDummyNodenext
 
uint h
 
Key key
 

Constructor & Destructor Documentation

QHashDummyNode ( const Key &  key0)
inline

Definition at line 212 of file qhash.h.

212 : key(key0) {}

Member Data Documentation

Definition at line 208 of file qhash.h.

uint h

Definition at line 209 of file qhash.h.

Key key

Definition at line 210 of file qhash.h.


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