ACE
6.4.2
|
Defines the member functions for the base class of the ACE_DEV abstraction. More...
#include <DEV.h>
Public Member Functions | |
int | close (void) |
Close down the DEVICE. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
int | disable (int signum) const |
Public Member Functions inherited from ACE_IO_SAP | |
~ACE_IO_SAP (void) | |
Default dtor. More... | |
int | control (int cmd, void *) const |
Interface for ioctl. More... | |
int | enable (int value) const |
int | disable (int value) const |
ACE_HANDLE | get_handle (void) const |
Get the underlying handle. More... | |
void | set_handle (ACE_HANDLE handle) |
Set the underlying handle. More... | |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Public Attributes inherited from ACE_IO_SAP | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Protected Member Functions | |
ACE_DEV (void) | |
Ensure that this class is an abstract base class. More... | |
Protected Member Functions inherited from ACE_IO_SAP | |
ACE_IO_SAP (void) | |
Ensure that ACE_IO_SAP is an abstract base class. More... | |
Additional Inherited Members | |
Public Types inherited from ACE_IO_SAP | |
enum | { INVALID_HANDLE = -1 } |
Defines the member functions for the base class of the ACE_DEV abstraction.
|
protected |
Ensure that this class is an abstract base class.
int ACE_DEV::close | ( | void | ) |
Close down the DEVICE.
|
inline |
Disable signal signum This is here to prevent Win32 from disabling SPIPE using socket calls
void ACE_DEV::dump | ( | void | ) | const |
Dump the state of an object.
ACE_DEV::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.