ACE  6.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE_POSIX_Asynch_Write_Stream Class Reference

This class implements <ACE_Asynch_Write_Stream> for all POSIX implementations of ACE_Proactor. More...

#include <POSIX_Asynch_IO.h>

Inheritance diagram for ACE_POSIX_Asynch_Write_Stream:
Inheritance graph
[legend]
Collaboration diagram for ACE_POSIX_Asynch_Write_Stream:
Collaboration graph
[legend]

Public Member Functions

 ACE_POSIX_Asynch_Write_Stream (ACE_POSIX_Proactor *posix_proactor)
 Constructor. More...
 
int write (ACE_Message_Block &message_block, size_t bytes_to_write, const void *act, int priority, int signal_number=0)
 
virtual ~ACE_POSIX_Asynch_Write_Stream (void)
 Destructor. More...
 
- Public Member Functions inherited from ACE_Asynch_Write_Stream_Impl
virtual ~ACE_Asynch_Write_Stream_Impl (void)
 
virtual int writev (ACE_Message_Block &message_block, size_t bytes_to_write, const void *act, int priority, int signal_number)=0
 
- Public Member Functions inherited from ACE_Asynch_Operation_Impl
virtual ~ACE_Asynch_Operation_Impl (void)
 
- Public Member Functions inherited from ACE_POSIX_Asynch_Operation
int open (const ACE_Handler::Proxy_Ptr &handler_proxy, ACE_HANDLE handle, const void *completion_key, ACE_Proactor *proactor=0)
 
int cancel (void)
 Check the documentation for ACE_Asynch_Operation::cancel. More...
 
ACE_Proactorproactor (void) const
 Return the underlying proactor. More...
 
ACE_POSIX_Proactorposix_proactor (void) const
 Return the underlying Proactor implementation. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ACE_Asynch_Write_Stream_Impl
 ACE_Asynch_Write_Stream_Impl (void)
 Do-nothing constructor. More...
 
- Protected Member Functions inherited from ACE_POSIX_Asynch_Operation
 ACE_POSIX_Asynch_Operation (ACE_POSIX_Proactor *posix_proactor)
 Contructor. More...
 
virtual ~ACE_POSIX_Asynch_Operation (void)
 Destructor. More...
 
- Protected Attributes inherited from ACE_POSIX_Asynch_Operation
ACE_POSIX_Proactorposix_proactor_
 
ACE_Proactorproactor_
 Proactor that this Asynch IO will be registered with. More...
 
ACE_Handler::Proxy_Ptr handler_proxy_
 Handler that will receive the callback. More...
 
ACE_HANDLE handle_
 I/O handle used for reading. More...
 

Detailed Description

This class implements <ACE_Asynch_Write_Stream> for all POSIX implementations of ACE_Proactor.

Constructor & Destructor Documentation

ACE_POSIX_Asynch_Write_Stream::ACE_POSIX_Asynch_Write_Stream ( ACE_POSIX_Proactor posix_proactor)

Constructor.

ACE_POSIX_Asynch_Write_Stream::~ACE_POSIX_Asynch_Write_Stream ( void  )
virtual

Destructor.

Member Function Documentation

int ACE_POSIX_Asynch_Write_Stream::write ( ACE_Message_Block message_block,
size_t  bytes_to_write,
const void *  act,
int  priority,
int  signal_number = 0 
)
virtual

This starts off an asynchronous write. Upto bytes_to_write will be written from the message_block.

Implements ACE_Asynch_Write_Stream_Impl.

Reimplemented in ACE_POSIX_Asynch_Write_File.


The documentation for this class was generated from the following files: