Create a Local ACE_SOCK, which is used for passing file descriptors.  
 More...
#include <LSOCK.h>
 | 
| void  | dump (void) const  | 
|   | Dump the state of an object.  More...
  | 
|   | 
Create a Local ACE_SOCK, which is used for passing file descriptors. 
 
  
  
      
        
          | ACE_LSOCK::ACE_LSOCK  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
  
  
      
        
          | ACE_LSOCK::ACE_LSOCK  | 
          ( | 
          ACE_HANDLE  | 
          handle | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
Initialize based on handle. 
 
 
      
        
          | void ACE_LSOCK::dump  | 
          ( | 
          void  | 
           | ) | 
           const | 
        
      
 
Dump the state of an object. 
 
 
  
  
      
        
          | ACE_HANDLE ACE_LSOCK::get_handle  | 
          ( | 
          void  | 
           | ) | 
           const | 
         
       
   | 
  
inlineprotected   | 
  
 
 
  
  
      
        
          | void ACE_LSOCK::set_handle  | 
          ( | 
          ACE_HANDLE  | 
          handle | ) | 
           | 
         
       
   | 
  
inlineprotected   | 
  
 
 
      
        
          | ACE_LSOCK::ACE_ALLOC_HOOK_DECLARE | 
        
      
 
Declare the dynamic allocation hooks. 
 
 
  
  
      
        
          | ACE_HANDLE ACE_LSOCK::aux_handle_ | 
         
       
   | 
  
private   | 
  
 
An auxiliary handle used to avoid virtual base classes... 
 
 
The documentation for this class was generated from the following files: