#include <IO_Cntl_Msg.h>
Public Types | |
typedef unsigned short | ACE_IO_Cntl_Cmds |
enum | { SET_LWM = 1, GET_LWM = 2, SET_HWM = 3, GET_HWM = 4, MOD_LINK = 5, MOD_UNLINK = 6 } |
Public Methods | |
ACE_IO_Cntl_Msg (ACE_IO_Cntl_Cmds c) | |
Initialize the control message. | |
ACE_IO_Cntl_Cmds | cmd (void) |
Get command. | |
void | cmd (ACE_IO_Cntl_Cmds c) |
Set command. | |
size_t | count (void) |
Get count. | |
void | count (size_t c) |
Set count. | |
int | error (void) |
Get error. | |
void | error (int e) |
Set error. | |
int | rval (void) |
Get return value. | |
void | rval (int r) |
Set return value. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
ACE_IO_Cntl_Cmds | cmd_ |
Command. | |
size_t | count_ |
Count. | |
int | error_ |
Error. | |
int | rval_ |
Return value. |
|
|
|
|
|
Initialize the control message.
|
|
Set command.
|
|
Get command.
|
|
Set count.
|
|
Get count.
|
|
Dump the state of an object.
|
|
Set error.
|
|
Get error.
|
|
Set return value.
|
|
Get return value.
|
|
Declare the dynamic allocation hooks.
|
|
Command.
|
|
Count.
|
|
Error.
|
|
Return value.
|