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.
◆ anonymous enum
Enumerator |
---|
INVALID_HANDLE | Be consistent with Winsock.
|
◆ ~ACE_IO_SAP()
ACE_IO_SAP::~ACE_IO_SAP |
( |
| ) |
|
|
inline |
◆ ACE_IO_SAP()
ACE_IO_SAP::ACE_IO_SAP |
( |
| ) |
|
|
protected |
◆ control()
int ACE_IO_SAP::control |
( |
int | cmd, |
|
|
void * | arg ) const |
|
inline |
◆ disable()
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.
◆ dump()
void ACE_IO_SAP::dump |
( |
| ) |
const |
Dump the state of an object.
◆ enable()
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.
◆ get_handle()
Get the underlying handle.
◆ set_handle()
Set the underlying handle.
◆ ACE_ALLOC_HOOK_DECLARE
ACE_IO_SAP::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
◆ handle_
The documentation for this class was generated from the following files: