1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
.TH ACE_Flag_Manip 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_Flag_Manip \-
.SH SYNOPSIS
.br
.PP
\fC#include <Flag_Manip.h>\fR
.PP
Inherited by \fBACE\fR.
.PP
.SS Static Public Methods
.in +1c
.ti -1c
.RI "int \fBset_flags\fR (ACE_HANDLE handle, int flags)"
.br
.RI "\fISet flags associated with <handle>.\fR"
.ti -1c
.RI "int \fBclr_flags\fR (ACE_HANDLE handle, int flags)"
.br
.RI "\fIClear flags associated with <handle>.\fR"
.ti -1c
.RI "int \fBget_flags\fR (ACE_HANDLE handle)"
.br
.RI "\fIReturn the current setting of flags associated with <handle>.\fR"
.in -1c
.SH MEMBER FUNCTION DOCUMENTATION
.PP
.SS int ACE_Flag_Manip::clr_flags (ACE_HANDLE handle, int flags)\fC [static]\fR
.PP
Clear flags associated with <handle>.
.PP
.SS int ACE_Flag_Manip::get_flags (ACE_HANDLE handle)\fC [static]\fR
.PP
Return the current setting of flags associated with <handle>.
.PP
.SS int ACE_Flag_Manip::set_flags (ACE_HANDLE handle, int flags)\fC [static]\fR
.PP
Set flags associated with <handle>.
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|