728x90
반응형
windows::basic_object_handle::lowest_layer_type
개체 핸들은 항상 최하위 계층이다.
typedef basic_object_handle lowest_layer_type;
유 형
이 름 | 설 명 |
rebind_executor | 핸들 유형을 다른 실행기(executor)로 리바인딩한다. |
executor_type | 개체와 연결된 실행기(executor)의 유형이다. |
lower_layer_type | 개체 핸들은 항상 최하위 계층이다. |
native_handle_type | 핸들의 기본(native) 표현이다. |
멤버 함수
이 름 | 설 명 |
assign | 기존 기본(native) 핸들을 핸들에 할당한다. |
async_wait | 개체 핸들에서 비동기 대기를 시작한다. |
basic_object_handle [constructor] |
개체 핸들을 열지 않고 생성하는 생성자 (constructor) — 기존 기본(native) 핸들로 개체 핸들을 생성하는 생성자 (constructor) — 다른 개체 핸들로 이동 생성하는 이동-생성자 (move constructor) |
cancel | 핸들과 연관된 모든 비동기 작업을 취소한다. |
close | 핸들을 닫는다. |
get_executor | 개체와 연결된 실행기(executor)를 가져온다. |
is_open | 핸들이 열려 있는지 확인한다. |
lowest_layer | 최하위 층의 참조를 가져온다. — 최하위 층의 const 참조를 가져온다. |
native_handle | 기본(native) 핸들 표현을 가져온다. |
operator= | 다른 개체 핸들에서 이동 할당한다. |
wait | 개체 핸들에서 차단 대기를 수행한다. |
windows::basic_object_handle 클래스는 비동기 및 차단 객체 지향 핸들 기능을 제공한다.
스레드 안정성
유일 개체: 안전함
공유 개체: 안전하지 않음
요구 사항
일반 헤더: boost/asio/windows/basic_object_handle.hpp
편의 헤더: boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - windows::basic_random_access_handle::lowest_layer_type (0) | 2021.02.05 |
---|---|
Boost.Asio 색인 - windows::basic_overlapped_handle::lowest_layer_type (0) | 2021.02.05 |
Boost.Asio 색인 - ssl::stream::lowest_layer_type (0) | 2021.02.05 |
Boost.Asio 색인 - posix::basic_stream_descriptor::lowest_layer_type (0) | 2021.02.05 |
Boost.Asio 색인 - posix::basic_descriptor::lowest_layer_type (0) | 2021.02.05 |