Qt.QPtrBucket Class

public class QPtrBucket: QBaseBucket, System.IDisposable

Base Types

System.Object
  QtSupport
    QBaseBucket
      QPtrBucket

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPtrBucket Constructors

QPtrBucket(int[], int, Qt.QBaseBucket) Constructor
QPtrBucket(void *) Constructor

QPtrBucket Methods

QPtrBucket.Finalize Method
QPtrBucket.GetKey Method


QPtrBucket(int[], int, Qt.QBaseBucket) Constructor

public void QPtrBucket(int[] k, int d, Qt.QBaseBucket n);

See Also

Qt.QPtrBucket Class, Qt Namespace

QPtrBucket(void *) Constructor

public void QPtrBucket(void * ptr);

See Also

Qt.QPtrBucket Class, Qt Namespace

QPtrBucket.Finalize Method

protected override void Finalize();

See Also

Qt.QPtrBucket Class, Qt Namespace

QPtrBucket.GetKey Method

public int[] GetKey();

See Also

Qt.QPtrBucket Class, Qt Namespace