|
iceoryx2
C++ Language Bindings
|
Classes | |
| class | Atomic |
| A thin wrapper for a 'std::atomic' which ensures that all atomic operations are always lock-free in order to ensure safe usage across processes in shared memory. For detailed documentation please have a look at https://en.cppreference.com/w/cpp/atomic/atomic. More... | |
Typedefs | |
| using | AtomicFlag = std::atomic_flag |
| An alias to the std::atomic_flag. | |
| using iox2::legacy::concurrent::AtomicFlag = typedef std::atomic_flag |
An alias to the std::atomic_flag.
Definition at line 26 of file atomic.hpp.