#include <Flag_Manip.h>
Inheritance diagram for ACE_Flag_Manip:
Static Public Methods | |
int | set_flags (ACE_HANDLE handle, int flags) |
Set flags associated with <handle>. | |
int | clr_flags (ACE_HANDLE handle, int flags) |
Clear flags associated with <handle>. | |
int | get_flags (ACE_HANDLE handle) |
Return the current setting of flags associated with <handle>. |
|
Clear flags associated with <handle>.
|
|
Return the current setting of flags associated with <handle>.
|
|
Set flags associated with <handle>.
|