#include <access.h>
An exclusive locking protocol interface base. This is an abstract class to form objects that will operate under an exclusive lock while being actively referenced by a smart pointer.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m.telep.nosp@m.hony.nosp@m..org
Definition at line 55 of file access.h.
◆ ~ExclusiveProtocol()
ucommon::ExclusiveProtocol::~ExclusiveProtocol |
( |
| ) |
|
|
protectedvirtual |
◆ _lock()
virtual void ucommon::ExclusiveProtocol::_lock |
( |
void |
| ) |
|
|
protectedpure virtual |
◆ _unlock()
virtual void ucommon::ExclusiveProtocol::_unlock |
( |
void |
| ) |
|
|
protectedpure virtual |
The documentation for this class was generated from the following files: