Defines the methods for the base class of the ACE_IO_SAP abstraction, which includes ACE_FILE and ACE_DEV.
More...
#include <IO_SAP.h>
Defines the methods for the base class of the ACE_IO_SAP abstraction, which includes ACE_FILE and ACE_DEV.
Enumerator |
---|
INVALID_HANDLE |
Be consistent with Winsock.
|
ACE_IO_SAP::~ACE_IO_SAP |
( |
void |
| ) |
|
|
inline |
ACE_IO_SAP::ACE_IO_SAP |
( |
void |
| ) |
|
|
protected |
int ACE_IO_SAP::control |
( |
int |
cmd, |
|
|
void * |
arg |
|
) |
| const |
|
inline |
int ACE_IO_SAP::disable |
( |
int |
value | ) |
const |
Disable asynchronous I/O (ACE_SIGIO), urgent data (ACE_SIGURG), non-blocking I/O (ACE_NONBLOCK), or close-on-exec (ACE_CLOEXEC), which is passed as the value.
void ACE_IO_SAP::dump |
( |
void |
| ) |
const |
Dump the state of an object.
int ACE_IO_SAP::enable |
( |
int |
value | ) |
const |
Enable asynchronous I/O (ACE_SIGIO), urgent data (ACE_SIGURG), non-blocking I/O (ACE_NONBLOCK), or close-on-exec (ACE_CLOEXEC), which is passed as the value.
ACE_HANDLE ACE_IO_SAP::get_handle |
( |
void |
| ) |
const |
|
inline |
Get the underlying handle.
void ACE_IO_SAP::set_handle |
( |
ACE_HANDLE |
handle | ) |
|
|
inline |
Set the underlying handle.
ACE_IO_SAP::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
ACE_HANDLE ACE_IO_SAP::handle_ |
|
private |
The documentation for this class was generated from the following files: