#include "ace/ACE_export.h"
#include "ace/Global_Macros.h"
#include "ace/os_include/os_fcntl.h"
#include "ace/Flag_Manip.inl"
Include dependency graph for Flag_Manip.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | ACE |
Defines | |
#define | ACE_EXPORT_MACRO ACE_Export |
Functions | |
ACE_Export int | set_flags (ACE_HANDLE handle, int flags) |
Set flags associated with handle. | |
ACE_Export int | clr_flags (ACE_HANDLE handle, int flags) |
Clear flags associated with handle. | |
ACE_NAMESPACE_INLINE_FUNCTION int | get_flags (ACE_HANDLE handle) |
Return the current setting of flags associated with handle. |
This class includes the functions used for the Flag Manipulation.
|
|
|
Clear flags associated with handle.
|
|
Return the current setting of flags associated with handle.
|
|
Set flags associated with handle.
|