Defines the member functions for the base class of the ACE_IPC_SAP abstraction.  
 More...
#include <IPC_SAP.h>
Defines the member functions for the base class of the ACE_IPC_SAP abstraction. 
  
  | 
        
          | ACE_IPC_SAP::ACE_IPC_SAP | ( | void |  | ) |  |  | protected | 
 
 
  
  | 
        
          | 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. 
 
 
  
  | 
        
          | int ACE_IPC_SAP::control | ( | int | cmd, |  
          |  |  | void * | arg |  
          |  | ) |  | const |  | inline | 
 
 
      
        
          | 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. 
 
 
      
        
          | ACE_IPC_SAP::ACE_ALLOC_HOOK_DECLARE | 
      
 
Declare the dynamic allocation hooks. 
 
 
  
  | 
        
          | ACE_HANDLE ACE_IPC_SAP::handle_ |  | private | 
 
 
  
  | 
        
          | pid_t ACE_IPC_SAP::pid_ = 0 |  | staticprivate | 
 
 
The documentation for this class was generated from the following files: