Atomic pointer type.
More...
#include <thread.hh>
Inherits Rapicorn::Lib::Atomic< T >.
List of all members.
Public Member Functions |
constexpr | Atomic (V *p=nullptr) |
V * | operator+= (ptrdiff_t d) volatile |
V * | operator-= (ptrdiff_t d) volatile |
| operator V * () const volatile |
void | push_link (V *volatile *nextp, V *newv) |
Detailed Description
template<typename V>
class Rapicorn::Atomic< V * >
Atomic pointer type.
The documentation for this class was generated from the following file: