Home | Download | Screen shots | Discussion | Documentation |
---|
#include <openvrml/read_write_mutex.h>
Public Member Functions | |
scoped_write_lock (read_write_mutex &mutex) | |
Construct. | |
~scoped_write_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_ . |
openvrml::read_write_mutex::scoped_write_lock::scoped_write_lock | ( | read_write_mutex & | mutex | ) | [explicit] |
openvrml::read_write_mutex::scoped_write_lock::~scoped_write_lock | ( | ) |
Destroy.
Release the lock.
boost::mutex::scoped_lock openvrml::read_write_mutex::scoped_write_lock::lock_ [private] |