|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
#include <ring.h>
Public Member Functions | |
| pc_atomic () noexcept | |
| pc_atomic (T x) noexcept | |
| pc_atomic (const pc_atomic &o) noexcept | |
| pc_atomic & | operator= (const pc_atomic &o) noexcept |
| pc_atomic & | 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 pc_atomic< T >::v.
Definition at line 58 of file ring.h.
References pc_atomic< T >::v.
|
inlinenoexcept |
| std::atomic<T> pc_atomic< T >::v |
Definition at line 43 of file ring.h.
Referenced by pc_atomic< ConnState >::operator ConnState(), pc_atomic< T >::operator=(), and pc_atomic< T >::operator=().