#include <qatomic.h>
Inheritance diagram for QAtomic:


Definition at line 152 of file qatomic.h.
Public Member Functions | |
| QAtomic (int x=0) | |
| QAtomic (const QAtomic ©) | |
| QAtomic & | operator= (int x) |
| QAtomic & | operator= (const QAtomic ©) |
| QAtomic::QAtomic | ( | int | x = 0 |
) | [inline] |
| QAtomic::QAtomic | ( | const QAtomic & | copy | ) | [inline] |
Definition at line 157 of file qatomic.h.
References TokenEngine::copy(), and QBasicAtomic::init().
Here is the call graph for this function:

| QAtomic& QAtomic::operator= | ( | int | x | ) | [inline] |
Definition at line 166 of file qatomic.h.
References TokenEngine::copy().
Here is the call graph for this function:

1.5.1