#include <FastMonitoringService.h>
Public Member Functions | |
ContainableAtomic () | |
ContainableAtomic (T iValue) | |
ContainableAtomic (ContainableAtomic< T > const &iOther) | |
operator T () | |
ContainableAtomic< T > & | operator= (const void *iValue) |
Public Attributes | |
std::atomic< T > | m_value |
Definition at line 58 of file FastMonitoringService.h.
|
inline |
Definition at line 59 of file FastMonitoringService.h.
|
inline |
Definition at line 60 of file FastMonitoringService.h.
|
inline |
Definition at line 61 of file FastMonitoringService.h.
|
inline |
Definition at line 66 of file FastMonitoringService.h.
|
inline |
Definition at line 62 of file FastMonitoringService.h.
std::atomic<T> evf::ContainableAtomic< T >::m_value |
Definition at line 68 of file FastMonitoringService.h.