728x90
반응형
posix::basic_descriptor::rebind_executor::other
주어진 실행기(executor)로 리바인드 할 때의 설명자(descriptor) 유형이다.
typedef basic_descriptor< Executor1 > other;
유 형
이 름 | 설 명 |
rebind_executor | 설명자(descriptor) 유형을 다른 실행기(executor)로 리바인딩한다. |
bytes_readable | 차단없이 읽을 수 있는 데이터의 양을 가져오는 IO 제어 명령이다. |
executor_type | 개체와 연결된 실행기(executor)의 유형이다. |
lowest_layer_type | 설명자(descriptor)는 항상 최하위 계층이다. |
native_handle_type | 설명자(descriptor)의 기본(native) 표현이다. |
wait_type | 대기 유형이다. |
멤버 함수
이 름 | 설 명 |
assign | 현재 사용되는 기본(native) 설명자(descriptor)에서 할당한다. |
async_wait | 설명자(descriptor)가 읽기/쓰기 준비 또는 보류중인 오류 조건을 가질 때까지 비동기적으로 대기한다. |
basic_descriptor [constructor] |
설명자(decsriptor)를 열지 않고 생성한다. — 현재 사용되는 기본(native) 설명자(descriptor)로 생성한다. — 다른 설명자(descriptor)에서 이동 생성한다. |
cancel | 설명자(descriptor)와 연결된 모든 비동기 작업을 취소한다. |
close | 설명자(descriptor)를 닫는다. |
get_executor | 개체와 연결된 실행기(executor)를 가져온다. |
io_control | 설명자(descriptor)에서 IO 제어 명령을 수행한다. |
is_open | 설명자(descriptor)가 열려 있는지 확인한다. |
lowest_layer | 최하위 계층에 대한 참조를 가져온다. — 최하위 계층에 대한 const 참조를 가져온다. |
native_handle | 기본(native) 설명자(descriptor) 표현을 가져온다. |
native_non_blocking | 기본(native) 설명자(descriptor) 구현의 넌-블럭 모드를 가져온다. — 기본(native) 설명자(descriptor) 구현의 넌-블럭 모드를 설정한다. |
non_blocking | 설명자(descriptor)의 넌-블럭 모드를 가져온다. — 설명자(descriptor)의 넌-블럭 모드를 설정한다. |
operator= | 다른 설명자(descriptor)에서 이동 할당한다. |
release | 기저 기본(native) 설명자(descriptor)의 소유권을 해제한다. |
wait | 설명자(descriptor)가 읽기/쓰기 준비가 되거나 보류중인 오류 조건을 가질 때까지 대기한다. |
보호된(protected) 멤버 함수
이 름 | 설 명 |
~basic_descriptor [destructor] |
이 유형을 통한 제거를 예방하는 보호된 소멸자이다. |
posix::basic_descriptor 클래스 템플릿은 POSIX 설명자(descriptor)를 래핑한 기능을 제공한다.
스레드 안전성
고유 개체: 안전함
공유 개체: 안전하지 않음
요구 사항
일반 헤더: boost/asio/posix/basic_descriptor.hpp
편의 헤더: boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - windows::basic_object_handle::rebind_executor::other (0) | 2021.02.19 |
---|---|
Boost.Asio 색인 - posix::basic_stream_descriptor::rebind_executor::other (0) | 2021.02.19 |
Boost.Asio 색인 - ip::basic_resolver::rebind_executor::other (0) | 2021.02.19 |
Boost.Asio 색인 - execution::mapping_t::other (0) | 2021.02.19 |
Boost.Asio 색인 - basic_waitable_timer::rebind_executor::other (0) | 2021.02.19 |