Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_POSIX_Asynch_Read_Stream Class Reference

#include <POSIX_Asynch_IO.h>

Inheritance diagram for ACE_POSIX_Asynch_Read_Stream:

Inheritance graph
[legend]
Collaboration diagram for ACE_POSIX_Asynch_Read_Stream:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_POSIX_Asynch_Read_Stream (ACE_POSIX_Proactor *posix_proactor)
 Constructor. More...

int read (ACE_Message_Block &message_block, size_t bytes_to_read, const void *act, int priority, int signal_number=0)
 This starts off an asynchronous read. Upto <bytes_to_read> will be read and stored in the <message_block>. More...

virtual ~ACE_POSIX_Asynch_Read_Stream (void)
 Destructor. More...


Detailed Description

This class implements <ACE_Asynch_Read_Stream> for all POSIX based implementation of Proactor.


Constructor & Destructor Documentation

ACE_POSIX_Asynch_Read_Stream::ACE_POSIX_Asynch_Read_Stream ACE_POSIX_Proactor   posix_proactor
 

Constructor.

ACE_POSIX_Asynch_Read_Stream::~ACE_POSIX_Asynch_Read_Stream void    [virtual]
 

Destructor.


Member Function Documentation

int ACE_POSIX_Asynch_Read_Stream::read ACE_Message_Block   message_block,
size_t    bytes_to_read,
const void *    act,
int    priority,
int    signal_number = 0
[virtual]
 

This starts off an asynchronous read. Upto <bytes_to_read> will be read and stored in the <message_block>.

Reimplemented from ACE_Asynch_Read_Stream_Impl.

Reimplemented in ACE_POSIX_Asynch_Read_File.


The documentation for this class was generated from the following files:
Generated on Wed Dec 25 18:55:47 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001