|
NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <AtomicCounter.hpp>
Public Member Functions | |
| AtomicCounter (T defValue=0) | |
| AtomicCounter (const AtomicCounter< T > &other) | |
| AtomicCounter< T > & | operator= (const AtomicCounter< T > &other) |
| operator T () | |
| T | fetch_add (T delta) |
Public Attributes | |
| std::atomic< T > | counter |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
References NES::AtomicCounter< T >::counter.
| std::atomic<T> NES::AtomicCounter< T >::counter |
Referenced by NES::AtomicCounter< T >::operator=().