#include <atomic.hpp>
Public Types | |
typedef detail::atomic::internal_atomic < T > | super |
Public Member Functions | |
atomic (T v) | |
atomic () | |
Private Member Functions | |
atomic (const atomic &) | |
void | operator= (const atomic &) |
Definition at line 19 of file atomic.hpp.
typedef detail::atomic::internal_atomic<T> boost_atomic::atomic< T >::super |
Reimplemented in boost_atomic::atomic_flag.
Definition at line 18 of file atomic.hpp.
boost_atomic::atomic< T >::atomic | ( | ) | [inline] |
Definition at line 20 of file atomic.hpp.
boost_atomic::atomic< T >::atomic | ( | T | v | ) | [inline, explicit] |
Definition at line 21 of file atomic.hpp.
boost_atomic::atomic< T >::atomic | ( | const atomic< T > & | ) | [private] |
void boost_atomic::atomic< T >::operator= | ( | const atomic< T > & | ) | [private] |