ACE  6.4.7
Public Member Functions | Public Attributes | Protected Member Functions | Private Attributes | List of all members
ACE_LSOCK Class Reference

Create a Local ACE_SOCK, which is used for passing file descriptors. More...

#include <LSOCK.h>

Inheritance diagram for ACE_LSOCK:
Inheritance graph
[legend]

Public Member Functions

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_LSOCK (void)
 Default constructor. More...
 
 ACE_LSOCK (ACE_HANDLE handle)
 Initialize based on handle. More...
 
ACE_HANDLE get_handle (void) const
 Get handle. More...
 
void set_handle (ACE_HANDLE handle)
 Set handle. More...
 

Private Attributes

ACE_HANDLE aux_handle_
 An auxiliary handle used to avoid virtual base classes... More...
 

Detailed Description

Create a Local ACE_SOCK, which is used for passing file descriptors.

Constructor & Destructor Documentation

◆ ACE_LSOCK() [1/2]

ACE_LSOCK::ACE_LSOCK ( void  )
inlineprotected

Default constructor.

◆ ACE_LSOCK() [2/2]

ACE_LSOCK::ACE_LSOCK ( ACE_HANDLE  handle)
inlineprotected

Initialize based on handle.

Member Function Documentation

◆ dump()

void ACE_LSOCK::dump ( void  ) const

Dump the state of an object.

◆ get_handle()

ACE_HANDLE ACE_LSOCK::get_handle ( void  ) const
inlineprotected

Get handle.

◆ set_handle()

void ACE_LSOCK::set_handle ( ACE_HANDLE  handle)
inlineprotected

Set handle.

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_LSOCK::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

◆ aux_handle_

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: