#include </home/clem/local/src/opie/qmake/include/qmap.h>
Inheritance diagram for QMapPrivateBase:


Public Member Functions | |
| QMapPrivateBase () | |
| QMapPrivateBase (const QMapPrivateBase *_map) | |
| void | rotateLeft (QMapNodeBase *x, QMapNodeBase *&root) |
| void | rotateRight (QMapNodeBase *x, QMapNodeBase *&root) |
| void | rebalance (QMapNodeBase *x, QMapNodeBase *&root) |
| QMapNodeBase * | removeAndRebalance (QMapNodeBase *z, QMapNodeBase *&root, QMapNodeBase *&leftmost, QMapNodeBase *&rightmost) |
Public Attributes | |
| int | node_count |
|
|
|
|
|
Definition at line 332 of file qmap.h. References node_count. |
|
||||||||||||
|
Referenced by QMapPrivate< Key, T >::insert(). |
|
||||||||||||||||||||
|
Referenced by QMapPrivate< Key, T >::remove(). |
|
||||||||||||
|
Implementations of basic tree algorithms |
|
||||||||||||
|
|
|
|
Variables Definition at line 349 of file qmap.h. Referenced by QMapPrivate< Key, T >::clear(), QMap< int, QTextLineStart * >::count(), QMap< int, QTextLineStart * >::empty(), QMapPrivate< Key, T >::insert(), QMap< int, QTextLineStart * >::isEmpty(), QMapPrivateBase(), QMapPrivate< Key, T >::remove(), and QMap< int, QTextLineStart * >::size(). |
1.4.2