Default service implementation for an object handle.
class object_handle_service : public io_service::service
Name |
Description |
---|---|
The type of an object handle implementation. |
|
The native handle type. |
Name |
Description |
---|---|
Assign an existing native handle to an object handle. |
|
Start an asynchronous wait. |
|
Cancel all asynchronous operations associated with the handle. |
|
Close an object handle implementation. |
|
Construct a new object handle implementation. |
|
Destroy an object handle implementation. |
|
Get the io_service object that owns the service. |
|
Determine whether the handle is open. |
|
Move-assign from another object handle implementation. |
|
Move-construct a new object handle implementation. |
|
Get the native handle implementation. |
|
Construct a new object handle service for the specified io_service. |
|
Name |
Description |
---|---|
The unique service identifier. |
Header: asio/windows/object_handle_service.hpp
Convenience header: asio.hpp