Public Member Functions | Public Attributes

QHashDummyNode< Key, T > Struct Template Reference

Search for all occurrences

Detailed Description

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

Definition at line 206 of file qhash.h.

#include <qhash.h>

List of all members.

Public Member Functions

  QHashDummyNode (const Key &key0)

Public Attributes

QHashDummyNode next
uint  h
Key  key

Constructor & Destructor Documentation

QHashDummyNode ( const Key &  key0 ) [inline]

Definition at line 212 of file qhash.h.

: 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: