CsLibGuarded  1.4.1
libguarded::rcu_guarded< T > Class Template Reference

#include <CsLibGuarded/cs_rcu_guarded.h>

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.

Definition at line 36 of file cs_rcu_guarded.h.


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