| Home | Download | Screen shots | Discussion | Documentation |
|---|
#include <openvrml-common.h>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>


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. | |