#include <qmap.h>
Public Member Functions | |
QMapNode (const K &_key, const T &_data) | |
QMapNode (const K &_key) | |
QMapNode (const QMapNode< K, T > &_n) | |
QMapNode () | |
Public Member Functions inherited from QMapNodeBase | |
QMapNodeBase * | minimum () |
QMapNodeBase * | maximum () |
Public Attributes | |
T | data |
K | key |
Public Attributes inherited from QMapNodeBase | |
QMapNodeBase * | left |
QMapNodeBase * | right |
QMapNodeBase * | parent |
Color | color |
Additional Inherited Members | |
Public Types inherited from QMapNodeBase | |
enum | Color { Red, Black } |