Home | History | Annotate | Download | only in asio

Lines Matching refs:service

24   // Type trait used to determine whether a service supports move.
54 /// The type of the service that will be used to provide I/O operations.
70 return service.get_io_service();
80 : service(asio::use_service<IoObjectService>(io_service))
82 service.construct(implementation);
93 service.destroy(implementation);
96 /// Get the service associated with the I/O object.
99 return service;
102 /// Get the service associated with the I/O object.
105 return service;
108 /// (Deprecated: Use get_service().) The service associated with the I/O
113 service_type& service;