.. index:: pair: class; SharedMutex .. _doxid-class_shared_mutex: class SharedMutex ================= .. toctree:: :hidden: Shared Mutex. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class SharedMutex { public: // methods void :target:`read`(); void :target:`unread`(); void :target:`write`(); void :target:`unwrite`(); };