#include <access.h>
Inheritance diagram for ucommon::ExclusiveAccess:


Public Member Functions | |
| void | exclusive_lock (void) |
| Access interface to exclusive lock the object. | |
| void | release_exclusive (void) |
| Access interface to release a lock. | |
Protected Member Functions | |
| virtual void | _lock (void)=0 |
This is an abstract class to form objects that will operate under an exclusive lock while being actively referenced by a smart pointer.
Definition at line 68 of file access.h.
1.4.7