#include <FastMonitoringThread.h>
Public Member Functions | |
ContainableAtomic () | |
ContainableAtomic (T iValue) | |
ContainableAtomic (ContainableAtomic< T > const &iOther) | |
operator T () | |
ContainableAtomic< T > & | operator= (T iValue) |
Public Attributes | |
std::atomic< T > | m_value |
Definition at line 27 of file FastMonitoringThread.h.
|
inline |
Definition at line 28 of file FastMonitoringThread.h.
|
inline |
Definition at line 29 of file FastMonitoringThread.h.
|
inline |
Definition at line 30 of file FastMonitoringThread.h.
|
inline |
Definition at line 35 of file FastMonitoringThread.h.
References evf::ContainableAtomic< T >::m_value.
|
inline |
Definition at line 31 of file FastMonitoringThread.h.
References evf::ContainableAtomic< T >::m_value.
std::atomic<T> evf::ContainableAtomic< T >::m_value |
Definition at line 37 of file FastMonitoringThread.h.
Referenced by evf::ContainableAtomic< T >::operator T(), and evf::ContainableAtomic< T >::operator=().