#include <IO_SAP.h>
Inheritance diagram for ACE_IO_SAP:
Public Types | |
enum | { INVALID_HANDLE = -1 } |
Public Methods | |
~ACE_IO_SAP (void) | |
Default dtor. | |
int | control (int cmd, void *) const |
Interface for ioctl. | |
int | enable (int value) const |
int | disable (int value) const |
ACE_HANDLE | get_handle (void) const |
Get the underlying handle. | |
void | set_handle (ACE_HANDLE handle) |
Set the underlying handle. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Protected Methods | |
ACE_IO_SAP (void) | |
Ensure that ACE_IO_SAP is an abstract base class. | |
Private Attributes | |
ACE_HANDLE | handle_ |
Underlying I/O handle. | |
Static Private Attributes | |
pid_t | pid_ = 0 |
Cache the process ID. |
|
|
|
Default dtor.
|
|
Ensure that ACE_IO_SAP is an abstract base class.
|
|
Interface for ioctl.
|
|
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>. |
|
Dump the state of an object.
Reimplemented in ACE_DEV, ACE_DEV_IO, ACE_FILE, and ACE_FILE_IO. |
|
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>. |
|
Get the underlying handle.
|
|
Set the underlying handle.
|
|
Declare the dynamic allocation hooks.
Reimplemented in ACE_DEV, ACE_DEV_IO, ACE_FILE, and ACE_FILE_IO. |
|
Underlying I/O handle.
|
|
Cache the process ID.
|