CoreComponents 3.0.0
A Modern C++ Toolkit
|
For-writing lock guard. More...
#include <cc/WriteGuard>
Public Member Functions | |
WriteGuard (ReadWriteLock &lock) | |
Post guard: acquire read-write lock exlusively for writing. | |
~WriteGuard () | |
Disband guard: release read-write lock. | |
For-writing lock guard.
|
explicit |
Post guard: acquire read-write lock exlusively for writing.
~WriteGuard | ( | ) |
Disband guard: release read-write lock.