Qt.QMapPrivateBase Class

public class QMapPrivateBase: QShared, System.IDisposable

Base Types

System.Object
  QtSupport
    QShared
      QMapPrivateBase

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMapPrivateBase Constructors

QMapPrivateBase() Constructor
QMapPrivateBase(Qt.QMapPrivateBase) Constructor
QMapPrivateBase(void *) Constructor

QMapPrivateBase Methods

QMapPrivateBase.Finalize Method
QMapPrivateBase.Rebalance Method
QMapPrivateBase.RemoveAndRebalance Method
QMapPrivateBase.RotateLeft Method
QMapPrivateBase.RotateRight Method


QMapPrivateBase() Constructor

public void QMapPrivateBase();

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase(Qt.QMapPrivateBase) Constructor

public void QMapPrivateBase(Qt.QMapPrivateBase _map);

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase(void *) Constructor

public void QMapPrivateBase(void * ptr);

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase.Finalize Method

protected override void Finalize();

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase.Rebalance Method

public void Rebalance(Qt.QMapNodeBase x, Qt.QMapNodeBase root);

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase.RemoveAndRebalance Method

public Qt.QMapNodeBase RemoveAndRebalance(Qt.QMapNodeBase z, Qt.QMapNodeBase root, Qt.QMapNodeBase leftmost, Qt.QMapNodeBase rightmost);

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase.RotateLeft Method

public void RotateLeft(Qt.QMapNodeBase x, Qt.QMapNodeBase root);

See Also

Qt.QMapPrivateBase Class, Qt Namespace

QMapPrivateBase.RotateRight Method

public void RotateRight(Qt.QMapNodeBase x, Qt.QMapNodeBase root);

See Also

Qt.QMapPrivateBase Class, Qt Namespace