ICP
1
|
#include <icputils.h>
Public Member Functions | |
ScopedSemaphore (Poco::Semaphore &sem) | |
~ScopedSemaphore () | |
Private Member Functions | |
void | operator= (const Poco::Semaphore &) |
ScopedSemaphore (const Poco::Semaphore &) | |
Private Attributes | |
Poco::Semaphore * | m_sem |
Definition at line 652 of file icputils.h.
|
inlineprivate |
Definition at line 657 of file icputils.h.
|
inline |
Definition at line 660 of file icputils.h.
References m_sem.
|
inline |
Definition at line 661 of file icputils.h.
References m_sem.
|
inlineprivate |
Definition at line 656 of file icputils.h.
|
private |
Definition at line 655 of file icputils.h.
Referenced by ScopedSemaphore(), and ~ScopedSemaphore().