ACE  6.3.4
Public Member Functions | Public Attributes | Protected Member Functions | Private Attributes | List of all members
ACE_IPC_SAP Class Reference

Defines the member functions for the base class of the ACE_IPC_SAP abstraction. More...

#include <IPC_SAP.h>

Inheritance diagram for ACE_IPC_SAP:
Inheritance graph
[legend]

Public Member Functions

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...
 

Protected Member Functions

 ACE_IPC_SAP (void)
 Default constructor. More...
 
 ~ACE_IPC_SAP (void)
 Protected destructor. More...
 

Private Attributes

ACE_HANDLE handle_
 Underlying I/O handle. More...
 

Detailed Description

Defines the member functions for the base class of the ACE_IPC_SAP abstraction.

Constructor & Destructor Documentation

ACE_IPC_SAP::ACE_IPC_SAP ( void  )
protected

Default constructor.

ACE_IPC_SAP::~ACE_IPC_SAP ( void  )
inlineprotected

Protected destructor.

Not a virtual destructor. Protected destructor to prevent operator delete() from being called through a base class ACE_IPC_SAP pointer/reference.

Member Function Documentation

int ACE_IPC_SAP::control ( int  cmd,
void *  arg 
) const
inline

Interface for <ioctl>.

int ACE_IPC_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_IPC_SAP::dump ( void  ) const

Dump the state of an object.

int ACE_IPC_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_IPC_SAP::get_handle ( void  ) const
inline

Get the underlying handle.

void ACE_IPC_SAP::set_handle ( ACE_HANDLE  handle)
inline

Set the underlying handle.

Member Data Documentation

ACE_IPC_SAP::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

ACE_HANDLE ACE_IPC_SAP::handle_
private

Underlying I/O handle.


The documentation for this class was generated from the following files: