read_write_mutex.h File Reference

A read/write mutex. More...

#include <openvrml-common.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>

Include dependency graph for read_write_mutex.h:

This graph shows which files directly or indirectly include this file:


Classes

class  openvrml::read_write_mutex
 A read/write mutex with an interface that follows the patterns established in the Boost thread library. More...
class  openvrml::read_write_mutex::scoped_read_lock
 Lock the mutex for read access. More...
class  openvrml::read_write_mutex::scoped_write_lock
 Lock the mutex for write access. More...
class  openvrml::read_write_mutex::scoped_read_write_lock
 Lock the mutex for read/write access. More...

Namespaces

namespace  openvrml
 The OpenVRML Runtime Library.

Detailed Description

A read/write mutex.