ACE_Asynch_Write_File::Result Class Reference

This is that class which will be passed back to the {handler} when the asynchronous write completes. This class forwards all the methods to the implementation class. More...

#include <Asynch_IO.h>

Inheritance diagram for ACE_Asynch_Write_File::Result:

Inheritance graph
[legend]
Collaboration diagram for ACE_Asynch_Write_File::Result:

Collaboration graph
[legend]
List of all members.

Public Member Functions

ACE_Asynch_Write_File_Result_Implimplementation (void) const
 Get the implementation class.


Protected Member Functions

 Result (ACE_Asynch_Write_File_Result_Impl *implementation)
 Constructor. This implementation will not be deleted.

virtual ~Result (void)
 Destructor.


Protected Attributes

ACE_Asynch_Write_File_Result_Implimplementation_
 The implementation class.


Private Member Functions

void operator= (Result &)

Friends

class ACE_POSIX_Asynch_Write_File_Result
class ACE_WIN32_Asynch_Write_File_Result

Detailed Description

This is that class which will be passed back to the {handler} when the asynchronous write completes. This class forwards all the methods to the implementation class.

This class has all the information necessary for the {handler} to uniquiely identify the completion of the asynchronous write. This class differs slightly from ACE_Asynch_Write_Stream::Result as it calls back {ACE_Handler::handle_write_file} on the {handler} instead of {ACE_Handler::handle_write_stream}. No additional state is required by this class as ACE_Asynch_Result can store the {offset}.

Definition at line 768 of file Asynch_IO.h.


Constructor & Destructor Documentation

ACE_Asynch_Write_File::Result::Result ACE_Asynch_Write_File_Result_Impl implementation  )  [protected]
 

Constructor. This implementation will not be deleted.

Definition at line 536 of file Asynch_IO.cpp.

00537   : ACE_Asynch_Write_Stream::Result (implementation),
00538     implementation_ (implementation)
00539 {
00540 }

ACE_Asynch_Write_File::Result::~Result void   )  [protected, virtual]
 

Destructor.

Reimplemented from ACE_Asynch_Write_Stream::Result.

Definition at line 542 of file Asynch_IO.cpp.

00543 {
00544   // Proactor will delete the implementation when the <complete> call
00545   // completes.
00546 }


Member Function Documentation

ACE_Asynch_Write_File_Result_Impl * ACE_Asynch_Write_File::Result::implementation void   )  const
 

Get the implementation class.

Reimplemented from ACE_Asynch_Write_Stream::Result.

Definition at line 549 of file Asynch_IO.cpp.

00550 {
00551   return this->implementation_;
00552 }

void ACE_Asynch_Write_File::Result::operator= Result  )  [inline, private]
 

Here just to provide an dummpy implementation, since the one auto generated by MSVC is flagged as infinitely recursive

Definition at line 793 of file Asynch_IO.h.

00793 {};


Friends And Related Function Documentation

friend class ACE_POSIX_Asynch_Write_File_Result [friend]
 

The concrete implementation result classes only construct this class.

Definition at line 773 of file Asynch_IO.h.

friend class ACE_WIN32_Asynch_Write_File_Result [friend]
 

Definition at line 774 of file Asynch_IO.h.


Member Data Documentation

ACE_Asynch_Write_File_Result_Impl* ACE_Asynch_Write_File::Result::implementation_ [protected]
 

The implementation class.

Reimplemented from ACE_Asynch_Write_Stream::Result.

Definition at line 788 of file Asynch_IO.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:19:57 2006 for ACE by doxygen 1.3.6