Qt 4.8
Public Functions | Public Variables | List of all members
QHashDummyNode< Key, T > Struct Template Reference

#include <qhash.h>

Public Functions

 QHashDummyNode (const Key &key0)
 

Public Variables

uint h
 
Key key
 
QHashDummyNodenext
 

Detailed Description

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

Definition at line 206 of file qhash.h.

Constructors and Destructors

◆ QHashDummyNode()

template<class Key , class T >
QHashDummyNode< Key, T >::QHashDummyNode ( const Key &  key0)
inline

Definition at line 212 of file qhash.h.

212 : key(key0) {}

Properties

◆ h

template<class Key , class T >
uint QHashDummyNode< Key, T >::h

Definition at line 209 of file qhash.h.

◆ key

template<class Key , class T >
Key QHashDummyNode< Key, T >::key

Definition at line 210 of file qhash.h.

◆ next

template<class Key , class T >
QHashDummyNode* QHashDummyNode< Key, T >::next

Definition at line 208 of file qhash.h.


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