public class QValueVectorPrivate: QShared, System.IDisposable
System.Object
QtSupport
QShared
QValueVectorPrivateThis type implements System.IDisposable.
Qt Namespace
QValueVectorPrivate Constructors
QValueVectorPrivate() Constructor
QValueVectorPrivate(int) Constructor
QValueVectorPrivate(void *) Constructor
QValueVectorPrivate Methods
QValueVectorPrivate.Capacity Method
QValueVectorPrivate.Clear Method
QValueVectorPrivate.DerefAndDelete Method
QValueVectorPrivate.Empty Method
QValueVectorPrivate.Finalize Method
QValueVectorPrivate.Insert(void *, void *) Method
QValueVectorPrivate.Insert(void *, int, void *) Method
QValueVectorPrivate.Reserve Method
QValueVectorPrivate.Size Method
public void QValueVectorPrivate();
Qt.QValueVectorPrivate Class, Qt Namespace
public void QValueVectorPrivate(int size);
Qt.QValueVectorPrivate Class, Qt Namespace
public void QValueVectorPrivate(void * ptr);
Qt.QValueVectorPrivate Class, Qt Namespace
public int Capacity();
Qt.QValueVectorPrivate Class, Qt Namespace
public void Clear();
Qt.QValueVectorPrivate Class, Qt Namespace
public void DerefAndDelete();
Qt.QValueVectorPrivate Class, Qt Namespace
public bool Empty();
Qt.QValueVectorPrivate Class, Qt Namespace
protected override void Finalize();
Qt.QValueVectorPrivate Class, Qt Namespace
public void Insert(void * pos, void * x);
Qt.QValueVectorPrivate Class, Qt Namespace
public void Insert(void * pos, int n, void * x);
Qt.QValueVectorPrivate Class, Qt Namespace
public void Reserve(int n);
Qt.QValueVectorPrivate Class, Qt Namespace
public int Size();
Qt.QValueVectorPrivate Class, Qt Namespace