QBasicAtomicInteger

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

deref
bool deref()
Undocumented in source. Be warned that the author may not have intended to support it.
loadAcquire
T loadAcquire()
Undocumented in source. Be warned that the author may not have intended to support it.
loadRelaxed
T loadRelaxed()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
T opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
T opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
T opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
ref_
bool ref_()
Undocumented in source. Be warned that the author may not have intended to support it.
storeRelease
void storeRelease(T newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
testAndSetRelaxed
bool testAndSetRelaxed(T expectedValue, T newValue)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_q_value
Type _q_value;
Undocumented in source.

Meta