Defines the member functions for the base class of the ACE_DEV abstraction.
More...
#include <DEV.h>
|
int | close () |
| Close down the DEVICE.
|
|
void | dump () const |
| Dump the state of an object.
|
|
int | disable (int signum) const |
|
| ~ACE_IO_SAP () |
| 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 () const |
| Get the underlying handle.
|
|
void | set_handle (ACE_HANDLE handle) |
| Set the underlying handle.
|
|
void | dump () const |
| Dump the state of an object.
|
|
Defines the member functions for the base class of the ACE_DEV abstraction.
◆ ACE_DEV()
Ensure that this class is an abstract base class.
◆ close()
◆ disable()
int ACE_DEV::disable |
( |
int |
signum | ) |
const |
|
inline |
Disable signal signum This is here to prevent Win32 from disabling SPIPE using socket calls
◆ dump()
void ACE_DEV::dump |
( |
| ) |
const |
Dump the state of an object.
◆ ACE_ALLOC_HOOK_DECLARE
ACE_DEV::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
The documentation for this class was generated from the following files: