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

#include <qmap.h>

Public Variables

Key key
 
value
 

Properties

QMapData::Nodebackward
 

Detailed Description

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

Definition at line 135 of file qmap.h.

Properties

◆ backward

template<class Key , class T >
QMapData::Node* QMapPayloadNode< Key, T >::backward
private

Definition at line 155 of file qmap.h.

◆ key

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

Definition at line 137 of file qmap.h.

◆ value

template<class Key , class T >
T QMapPayloadNode< Key, T >::value

Definition at line 138 of file qmap.h.


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