|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
#include <ring.h>
Public Member Functions | |
| DetAtomic () noexcept | |
| DetAtomic (T x) noexcept | |
| DetAtomic (const DetAtomic &o) noexcept | |
| DetAtomic & | operator= (const DetAtomic &o) noexcept |
| DetAtomic & | operator= (T x) noexcept |
| operator T () const noexcept | |
Public Attributes | |
| std::atomic< T > | v |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 53 of file ring.h.
References DetAtomic< T >::v.
Definition at line 58 of file ring.h.
References DetAtomic< T >::v.
|
inlinenoexcept |
| std::atomic<T> DetAtomic< T >::v |
Definition at line 43 of file ring.h.
Referenced by DetAtomic< ConnState >::operator ConnState(), DetAtomic< T >::operator=(), and DetAtomic< T >::operator=().