CsSignal  1.3.1
libguarded::rcu_guarded< T > Class Template Reference

Detailed Description

template<typename T>
class libguarded::rcu_guarded< T >

This templated class implements a mechanism which controls access to an RCU data structure. The only way to access the underlying data structure is to use either the lock_read or lock_write methods to receive a read-only or writable handle to the data structure, respectively.


The documentation for this class was generated from the following file: