|
|
using | rcu_type = RCU |
| |
|
using | value_type = rcu_type::value_type |
| |
|
|
| rcu_read (RCU &rcu) noexcept |
| |
|
| rcu_read (rcu_read const &other) noexcept |
| |
|
| rcu_read (rcu_read &&other) noexcept |
| |
|
rcu_read & | operator= (rcu_read const &other) |
| |
|
rcu_read & | operator= (rcu_read &&other) noexcept |
| |
|
constexpr value_type const * | operator-> () const noexcept |
| |
|
constexpr value_type const & | operator* () const noexcept |
| |
|
constexpr bool | empty () const noexcept |
| |
|
constexpr | operator bool () const noexcept |
| |
|
constexpr bool | operator== (nullptr_t) const noexcept |
| |
|
void | reset () noexcept |
| |
|
rcu_read & | operator= (nullptr_t) noexcept |
| |
The documentation for this class was generated from the following file: