Base class for all io_service services. More...
#include <io_service.hpp>


Public Member Functions | |
| boost::asio::io_service & | get_io_service () |
| Get the io_service object that owns the service. More... | |
Protected Member Functions | |
| BOOST_ASIO_DECL | service (boost::asio::io_service &owner) |
| Constructor. More... | |
| virtual BOOST_ASIO_DECL | ~service () |
| Destructor. More... | |
Friends | |
| class | boost::asio::detail::service_registry |
Base class for all io_service services.
|
protected |
Constructor.
| owner | The io_service object that owns the service. |
|
protectedvirtual |
Destructor.
| boost::asio::io_service& boost::asio::io_service::service::get_io_service | ( | ) |
Get the io_service object that owns the service.
|
friend |