ISLEman
Public Member Functions | Public Attributes | List of all members
QMapPrivateBase Class Reference
Inheritance diagram for QMapPrivateBase:
QShared QMapPrivate< Key, T >

Public Member Functions

 QMapPrivateBase (const QMapPrivateBase *_map)
 
void rotateLeft (QMapNodeBase *x, QMapNodeBase *&root)
 Implementations of basic tree algorithms.
 
void rotateRight (QMapNodeBase *x, QMapNodeBase *&root)
 
void rebalance (QMapNodeBase *x, QMapNodeBase *&root)
 
QMapNodeBaseremoveAndRebalance (QMapNodeBase *z, QMapNodeBase *&root, QMapNodeBase *&leftmost, QMapNodeBase *&rightmost)
 
- Public Member Functions inherited from QShared
void ref ()
 
bool deref ()
 

Public Attributes

int node_count
 Variables.
 
- Public Attributes inherited from QShared
uint count
 

The documentation for this class was generated from the following files: