Namespaces | |
namespace | ACE |
The namespace containing the ACE framework itself. | |
Functions | |
ACE_Export int | ACE::set_flags (ACE_HANDLE handle, int flags) |
Set flags associated with handle. | |
ACE_Export int | ACE::clr_flags (ACE_HANDLE handle, int flags) |
Clear flags associated with handle. | |
ACE_NAMESPACE_INLINE_FUNCTION int | ACE::get_flags (ACE_HANDLE handle) |
Return the current setting of flags associated with handle. |
This class includes the functions used for the Flag Manipulation.