| Home | Download | Screen shots | Discussion | Documentation |
|---|
#include <openvrml/read_write_mutex.h>

Public Member Functions | |
| scoped_read_lock (read_write_mutex &mutex) | |
| Construct. | |
| ~scoped_read_lock () | |
| Destroy. | |
Private Attributes | |
| read_write_mutex & | mutex_ |
The read_write_mutex being locked. | |
| boost::mutex::scoped_lock | lock_ |
A lock for read_write_mutex::mutex_. | |
Friends | |
| class | scoped_read_write_lock |
| openvrml::read_write_mutex::scoped_read_lock::scoped_read_lock | ( | read_write_mutex & | mutex | ) | [explicit] |
| openvrml::read_write_mutex::scoped_read_lock::~scoped_read_lock | ( | ) |
Destroy.
Release the lock.
boost::mutex::scoped_lock openvrml::read_write_mutex::scoped_read_lock::lock_ [private] |