| 
    HDK
    
   | 
 
#include "SYS_Types.h"#include "SYS_MemoryOrder.h"#include "SYS_AtomicImpl.h"#include "SYS_TypeDecorate.h"#include <atomic>
 Include dependency graph for SYS_AtomicInt.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SYS_AtomicInt< T > | 
Typedefs | |
| typedef SYS_AtomicInt< int32 > | SYS_AtomicInt32 | 
| typedef SYS_AtomicInt< int64 > | SYS_AtomicInt64 | 
| typedef SYS_AtomicInt< int32 > | SYS_AtomicCounter | 
| typedef SYS_AtomicInt<int32> SYS_AtomicCounter | 
Definition at line 102 of file SYS_AtomicInt.h.
| typedef SYS_AtomicInt<int32> SYS_AtomicInt32 | 
Definition at line 96 of file SYS_AtomicInt.h.
| typedef SYS_AtomicInt<int64> SYS_AtomicInt64 | 
Definition at line 97 of file SYS_AtomicInt.h.