ACE 8.0.1
|
Data format for IOCTL messages. More...
#include <IO_Cntl_Msg.h>
Public Types | |
enum | { SET_LWM = 1 , GET_LWM = 2 , SET_HWM = 3 , GET_HWM = 4 , MOD_LINK = 5 , MOD_UNLINK = 6 } |
typedef unsigned short | ACE_IO_Cntl_Cmds |
Public Member Functions | |
ACE_IO_Cntl_Msg (ACE_IO_Cntl_Cmds c) | |
Initialize the control message. | |
ACE_IO_Cntl_Cmds | cmd () |
Get command. | |
void | cmd (ACE_IO_Cntl_Cmds c) |
Set command. | |
size_t | count () |
Get count. | |
void | count (size_t c) |
Set count. | |
int | error () |
Get error. | |
void | error (int e) |
Set error. | |
int | rval () |
Get return value. | |
void | rval (int r) |
Set return value. | |
void | dump () 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. | |
Data format for IOCTL messages.
|
inline |
Initialize the control message.
|
inline |
Get command.
|
inline |
Set command.
|
inline |
Get count.
void ACE_IO_Cntl_Msg::dump | ( | ) | const |
Dump the state of an object.
|
inline |
Get error.
|
inline |
Get return value.
ACE_IO_Cntl_Msg::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
|
private |
Command.
|
private |
Count.
|
private |
Error.
|
private |
Return value.