Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
override bool | Equals (object o) |
override int | GetHashCode () |
QBasicAtomicInt () | |
QBasicAtomicInt (QBasicAtomicInt copy) | |
virtual void | CreateProxy () |
new int | FetchAndAddAcquire (int valueToAdd) |
new int | FetchAndAddOrdered (int valueToAdd) |
new int | FetchAndAddRelaxed (int valueToAdd) |
new int | FetchAndAddRelease (int valueToAdd) |
new int | FetchAndStoreAcquire (int newValue) |
new int | FetchAndStoreOrdered (int newValue) |
new int | FetchAndStoreRelaxed (int newValue) |
new int | FetchAndStoreRelease (int newValue) |
new bool | TestAndSetAcquire (int expectedValue, int newValue) |
new bool | TestAndSetOrdered (int expectedValue, int newValue) |
new bool | TestAndSetRelaxed (int expectedValue, int newValue) |
new bool | TestAndSetRelease (int expectedValue, int newValue) |
new void | Dispose () |
Static Public Member Functions | |
static | operator System.Int32 (QBasicAtomicInt value) |
static bool | operator! (QBasicAtomicInt one) |
static bool | operator!= (QBasicAtomicInt one, int value) |
static bool | operator== (QBasicAtomicInt one, int value) |
Protected Member Functions | |
QBasicAtomicInt (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
bool | Deref [get] |
static bool | IsFetchAndAddNative [get] |
static bool | IsFetchAndAddWaitFree [get] |
static bool | IsFetchAndStoreNative [get] |
static bool | IsFetchAndStoreWaitFree [get] |
static bool | IsReferenceCountingNative [get] |
static bool | IsReferenceCountingWaitFree [get] |
static bool | IsTestAndSetNative [get] |
static bool | IsTestAndSetWaitFree [get] |
bool | Ref [get] |
virtual System.IntPtr | SmokeObject [get, set] |
|
protected |
QtCore.QBasicAtomicInt.QBasicAtomicInt | ( | ) |
QtCore.QBasicAtomicInt.QBasicAtomicInt | ( | QBasicAtomicInt | copy | ) |
|
virtual |
Reimplemented in QtCore.QAtomicInt.
new void QtCore.QBasicAtomicInt.Dispose | ( | ) |
override bool QtCore.QBasicAtomicInt.Equals | ( | object | o | ) |
new int QtCore.QBasicAtomicInt.FetchAndAddAcquire | ( | int | valueToAdd | ) |
new int QtCore.QBasicAtomicInt.FetchAndAddOrdered | ( | int | valueToAdd | ) |
new int QtCore.QBasicAtomicInt.FetchAndAddRelaxed | ( | int | valueToAdd | ) |
new int QtCore.QBasicAtomicInt.FetchAndAddRelease | ( | int | valueToAdd | ) |
new int QtCore.QBasicAtomicInt.FetchAndStoreAcquire | ( | int | newValue | ) |
new int QtCore.QBasicAtomicInt.FetchAndStoreOrdered | ( | int | newValue | ) |
new int QtCore.QBasicAtomicInt.FetchAndStoreRelaxed | ( | int | newValue | ) |
new int QtCore.QBasicAtomicInt.FetchAndStoreRelease | ( | int | newValue | ) |
override int QtCore.QBasicAtomicInt.GetHashCode | ( | ) |
|
explicitstatic |
|
static |
|
static |
|
static |
new bool QtCore.QBasicAtomicInt.TestAndSetAcquire | ( | int | expectedValue, |
int | newValue | ||
) |
new bool QtCore.QBasicAtomicInt.TestAndSetOrdered | ( | int | expectedValue, |
int | newValue | ||
) |
new bool QtCore.QBasicAtomicInt.TestAndSetRelaxed | ( | int | expectedValue, |
int | newValue | ||
) |
new bool QtCore.QBasicAtomicInt.TestAndSetRelease | ( | int | expectedValue, |
int | newValue | ||
) |
|
protected |
|
get |
|
staticget |
|
staticget |
|
staticget |
|
staticget |
|
staticget |
|
staticget |
|
staticget |
|
staticget |
|
get |
|
getset |