|
MeVisLab Toolbox Reference
|
A simple semaphore with increment and decrement functionality. More...
#include <Semaphore.h>
Public Member Functions | |
| Semaphore () | |
| Semaphore (const Semaphore &)=default | |
| Semaphore & | operator= (const Semaphore &)=default |
| ~Semaphore () | |
| void | increment () |
| void | decrement () |
A simple semaphore with increment and decrement functionality.
Its destruction will wait until the usage count is zero.
Synopsis:
Definition at line 39 of file Semaphore.h.
| asio::Semaphore::Semaphore | ( | ) |
Referenced by operator=(), and Semaphore().
|
default |
References Semaphore().
| asio::Semaphore::~Semaphore | ( | ) |
| void asio::Semaphore::decrement | ( | ) |
| void asio::Semaphore::increment | ( | ) |
References Semaphore().