#include "ace/OS.h"
#include "ace/Asynch_IO_Impl.h"
#include "ace/Reactor.h"
Include dependency graph for POSIX_Asynch_IO.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_POSIX_AIOCB_Asynch_Operation |
This class implements <ACE_Asynch_Operation> for <AIOCB> (Asynchronous I/O Control Blocks) based implementation of Proactor. More... | |
class | ACE_POSIX_AIOCB_Asynch_Read_Dgram |
This class is a factory for starting off asynchronous reads on a UDP socket. More... | |
class | ACE_POSIX_AIOCB_Asynch_Read_File |
This class is a factory for starting off asynchronous reads on a file. This class implements <ACE_Asynch_Read_File> for <AIOCB> (Asynchronous I/O Control Blocks) based implementation of Proactor. More... | |
class | ACE_POSIX_AIOCB_Asynch_Read_Stream |
class | ACE_POSIX_AIOCB_Asynch_Transmit_File |
Implementation for transmit_file will make use of POSIX_AIOCB_Asynch_Transmit_Handler. More... | |
class | ACE_POSIX_AIOCB_Asynch_Write_Dgram |
This class is a factory for starting off asynchronous writes on a UDP socket. More... | |
class | ACE_POSIX_AIOCB_Asynch_Write_File |
class | ACE_POSIX_AIOCB_Asynch_Write_Stream |
This class implements <ACE_Asynch_Write_Stream> for <AIOCB> (Asynchronous I/O Control Blocks) based implementation of Proactor. More... | |
class | ACE_POSIX_Asynch_Accept |
class | ACE_POSIX_Asynch_Accept_Result |
This is that class which will be passed back to the <handler> when the asynchronous accept completes. More... | |
class | ACE_POSIX_Asynch_Operation |
This class abstracts out the common things needed for implementing <Asynch_Operation> for POSIX platforms. Specific implementations such as <POSIX_AIOCB_Asynch_Operation> can derive from this class. More... | |
class | ACE_POSIX_Asynch_Read_Dgram_Result |
This is class provides concrete implementation for ACE_Asynch_Read_Dgram::Result class. More... | |
class | ACE_POSIX_Asynch_Read_File_Result |
This class provides concrete implementation for <ACE_Asynch_Read_File::Result> class for POSIX platforms. More... | |
class | ACE_POSIX_Asynch_Read_Stream_Result |
This class provides concrete implementation for <ACE_Asynch_Read_Stream::Result> class for POSIX platforms. More... | |
class | ACE_POSIX_Asynch_Result |
class | ACE_POSIX_Asynch_Transmit_File_Result |
This is that class which will be passed back to the <handler> when the asynchronous transmit file completes. More... | |
class | ACE_POSIX_Asynch_Write_Dgram_Result |
class | ACE_POSIX_Asynch_Write_File_Result |
This class provides implementation for <ACE_Asynch_Write_File_Result> for POSIX platforms. More... | |
class | ACE_POSIX_Asynch_Write_Stream_Result |
This class provides concrete implementation for <ACE_Asynch_Write_Stream::Result> on POSIX platforms. More... |
POSIX_Asynch_IO.h,v 4.26 2001/07/02 01:03:11 schmidt Exp
The implementation classes for POSIX implementation of Asynch Operations are defined here in this file.