|
typedef nstd::atomic< bool > | nstd::atomic_bool |
|
typedef nstd::atomic< char > | nstd::atomic_char |
|
typedef nstd::atomic< int8_t > | nstd::atomic_schar |
|
typedef nstd::atomic< uint8_t > | nstd::atomic_uchar |
|
typedef nstd::atomic< int16_t > | nstd::atomic_short |
|
typedef nstd::atomic< uint16_t > | nstd::atomic_ushort |
|
typedef nstd::atomic< int32_t > | nstd::atomic_int |
|
typedef nstd::atomic< uint32_t > | nstd::atomic_uint |
|
typedef nstd::atomic< int32_t > | nstd::atomic_long |
|
typedef nstd::atomic< uint32_t > | nstd::atomic_ulong |
|
typedef nstd::atomic< int64_t > | nstd::atomic_llong |
|
typedef nstd::atomic< uint64_t > | nstd::atomic_ullong |
|