#include "framework/YiPredef.h"#include "thread/YiMutex.h"#include "thread/YiAutoMutex.h"#include "deprecated/YiAtomic.inl"Go to the source code of this file.
Classes | |
| class | yi::deprecated::CYIAtomic< YI_ATOMIC_TYPE > |
Namespaces | |
| yi | |
| yi::deprecated | |
| Deprecated classes. | |
Macros | |
| #define | YI_GENERIC_ATOMIC |
Typedefs | |
| typedef CYIAtomic< bool > | yi::deprecated::YI_ATOMIC_BOOL |
| typedef CYIAtomic< uint8_t > | yi::deprecated::YI_ATOMIC_UINT8 |
| typedef CYIAtomic< uint16_t > | yi::deprecated::YI_ATOMIC_UINT16 |
| typedef CYIAtomic< uint32_t > | yi::deprecated::YI_ATOMIC_UINT32 |
| typedef CYIAtomic< uint64_t > | yi::deprecated::YI_ATOMIC_UINT64 |
| typedef CYIAtomic< int8_t > | yi::deprecated::YI_ATOMIC_INT8 |
| typedef CYIAtomic< int16_t > | yi::deprecated::YI_ATOMIC_INT16 |
| typedef CYIAtomic< int32_t > | yi::deprecated::YI_ATOMIC_INT32 |
| typedef CYIAtomic< int64_t > | yi::deprecated::YI_ATOMIC_INT64 |
| #define YI_GENERIC_ATOMIC |