MeVisLab Toolbox Reference
|
A scoped semaphore access object that increments on construction and decrements on destruction. More...
#include <Semaphore.h>
Public Member Functions | |
ScopedSemaphoreAccess (Semaphore &semaphore) | |
ScopedSemaphoreAccess (const ScopedSemaphoreAccess &other) | |
~ScopedSemaphoreAccess () | |
A scoped semaphore access object that increments on construction and decrements on destruction.
Synopsis:
Definition at line 71 of file Semaphore.h.
asio::ScopedSemaphoreAccess::ScopedSemaphoreAccess | ( | Semaphore & | semaphore | ) |
asio::ScopedSemaphoreAccess::ScopedSemaphoreAccess | ( | const ScopedSemaphoreAccess & | other | ) |
asio::ScopedSemaphoreAccess::~ScopedSemaphoreAccess | ( | ) |