Hold signals in MASK for duration of a C++ statement block. Note that a "0" for mask causes all signals to be held.
More...
#include <Signal.h>
Detailed Description
Hold signals in MASK for duration of a C++ statement block. Note that a "0" for mask causes all signals to be held.
Constructor & Destructor Documentation
ACE_Sig_Guard::ACE_Sig_Guard |
( |
ACE_Sig_Set * |
mask = 0 , |
|
|
bool |
condition = true |
|
) |
| |
|
inline |
This is kind of conditional Guard, needed when guard should be activated only when a specific condition met. When condition == true (default), Guard is activated
ACE_Sig_Guard::~ACE_Sig_Guard |
( |
void |
| ) |
|
Member Function Documentation
void ACE_Sig_Guard::dump |
( |
void |
| ) |
const |
Dump the state of an object.
Member Data Documentation
ACE_Sig_Guard::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
bool ACE_Sig_Guard::condition_ |
|
private |
The documentation for this class was generated from the following files: