asio 0.1.5
Main Page
|
Class Index
|
Member Index
|
Tutorial
service_factory Class Template Reference
This class may be specialised to provide custom service creation.
More...
List of all members.
Public Member Functions
template<typename Owner> Service *
create
(Owner &owner)
Create a service with the specified owner.
Detailed Description
template<typename Service>
class asio::service_factory< Service >
This class may be specialised to provide custom service creation.
Member Function Documentation
Service* create
(
Owner &
owner
)
Create a service with the specified owner.