asio::basic_io_object< IoObjectService > Class Template Reference

Base class for all I/O objects. More...

#include <basic_io_object.hpp>

List of all members.

Public Types

typedef IoObjectService service_type
 The type of the service that will be used to provide I/O operations.
typedef
service_type::implementation_type 
implementation_type
 The underlying implementation type of I/O object.

Public Member Functions

asio::io_serviceio_service ()
asio::io_serviceget_io_service ()
 Get the io_service associated with the object.

Protected Member Functions

 basic_io_object (asio::io_service &io_service)
 Construct a basic_io_object.
 ~basic_io_object ()
 Protected destructor to prevent deletion through this type.

Protected Attributes

service_typeservice
 The service associated with the I/O object.
implementation_type implementation
 The underlying implementation of the I/O object.


Detailed Description

template<typename IoObjectService>
class asio::basic_io_object< IoObjectService >

Base class for all I/O objects.

Member Typedef Documentation

template<typename IoObjectService>
typedef IoObjectService asio::basic_io_object< IoObjectService >::service_type

The type of the service that will be used to provide I/O operations.

template<typename IoObjectService>
typedef service_type::implementation_type asio::basic_io_object< IoObjectService >::implementation_type

The underlying implementation type of I/O object.


Constructor & Destructor Documentation

template<typename IoObjectService>
asio::basic_io_object< IoObjectService >::basic_io_object ( asio::io_service io_service  )  [inline, explicit, protected]

Construct a basic_io_object.

Performs:

 service.construct(implementation); 

template<typename IoObjectService>
asio::basic_io_object< IoObjectService >::~basic_io_object (  )  [inline, protected]

Protected destructor to prevent deletion through this type.

Performs:


Member Function Documentation

template<typename IoObjectService>
asio::io_service& asio::basic_io_object< IoObjectService >::io_service (  )  [inline]

(Deprecated: use get_io_service().) Get the io_service associated with the object. This function may be used to obtain the io_service object that the I/O object uses to dispatch handlers for asynchronous operations.

Returns:
A reference to the io_service object that the I/O object will use to dispatch handlers. Ownership is not transferred to the caller.

template<typename IoObjectService>
asio::io_service& asio::basic_io_object< IoObjectService >::get_io_service (  )  [inline]

Get the io_service associated with the object.

This function may be used to obtain the io_service object that the I/O object uses to dispatch handlers for asynchronous operations.

Returns:
A reference to the io_service object that the I/O object will use to dispatch handlers. Ownership is not transferred to the caller.


Member Data Documentation

template<typename IoObjectService>
service_type& asio::basic_io_object< IoObjectService >::service [protected]

The service associated with the I/O object.

template<typename IoObjectService>
implementation_type asio::basic_io_object< IoObjectService >::implementation [protected]

The underlying implementation of the I/O object.


The documentation for this class was generated from the following file:
Generated on Fri Jul 30 03:00:07 2010 for rphp by  doxygen 1.5.4