|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Union type used to convert type T to underlying integral type. More...
Public Types | |
| typedef atomic_rep< sizeof(value_type)>::word | bits_type |
Public Member Functions | |
| converter () | |
| converter (value_type a_value) | |
Public Attributes | |
| value_type | value |
| bits_type | bits |
Union type used to convert type T to underlying integral type.
| typedef atomic_rep<sizeof(value_type)>::word tbb::internal::atomic_impl< T >::converter< value_type >::bits_type |
|
inline |
|
inline |
| bits_type tbb::internal::atomic_impl< T >::converter< value_type >::bits |
Definition at line 242 of file atomic.h.
Referenced by tbb::internal::atomic_impl< T >::to_bits(), and tbb::internal::atomic_impl< T >::to_value().
| value_type tbb::internal::atomic_impl< T >::converter< value_type >::value |
Definition at line 241 of file atomic.h.
Referenced by tbb::internal::atomic_impl< T >::to_value().