#include <Asynch_IO_Impl.h>
Inheritance diagram for ACE_Asynch_Write_Stream_Impl:


Public Methods | |
| virtual | ~ACE_Asynch_Write_Stream_Impl (void) |
| virtual int | write (ACE_Message_Block &message_block, size_t bytes_to_write, const void *act, int priority, int signal_number)=0 |
| This starts off an asynchronous write. Upto <bytes_to_write> will be written from the <message_block>. More... | |
| virtual int | writev (ACE_Message_Block &message_block, size_t bytes_to_write, const void *act, int priority, int signal_number)=0 |
Protected Methods | |
| ACE_Asynch_Write_Stream_Impl (void) | |
| Do-nothing constructor. More... | |
Definition at line 220 of file Asynch_IO_Impl.h.
|
|
Definition at line 31 of file Asynch_IO_Impl.cpp.
00032 {
00033 }
|
|
|
Do-nothing constructor.
Definition at line 26 of file Asynch_IO_Impl.i.
00027 : ACE_Asynch_Operation_Impl () 00028 { 00029 } |
|
||||||||||||||||||||||||
|
This starts off an asynchronous write. Upto <bytes_to_write> will be written from the <message_block>.
Implemented in ACE_Asynch_Write_File_Impl. Referenced by ACE_Asynch_Write_Stream::write. |
|
||||||||||||||||||||||||
|
Same as above but with gather support, through chaining of composite message blocks using the continuation field. Implemented in ACE_Asynch_Write_File_Impl. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002