Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design
Reference Index | Class Hierarchy | Class Index | Member Index

boost::asio::strand_service Member List

This is the complete list of members for boost::asio::strand_service, including all inherited members.

construct(implementation_type &impl)boost::asio::strand_service
destroy(implementation_type &impl)boost::asio::strand_service
dispatch(implementation_type &impl, Handler handler)boost::asio::strand_service
implementation_type typedefboost::asio::strand_service
owner()boost::asio::io_service::service
post(implementation_type &impl, Handler handler)boost::asio::strand_service
service(io_service &owner)boost::asio::io_service::service [protected]
shutdown_service()boost::asio::strand_service [virtual]
strand_service(boost::asio::io_service &io_service)boost::asio::strand_service [explicit]
~service()boost::asio::io_service::service [protected, virtual]
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design