전체 글

Boost C++ Libraries, Modern C++, Embedded Linux 등... 소프트웨어와 관련된 기술 문서 번역이나, 개발 환경 구축 등의 내용을 블로그 합니다.
카테고리 없음

Boost.Asio 색인 - ssl::context_base::file_format

ssl::context_base::file_format 파일 형식 유형 enum file_format 값 이 름 설 명 asn1 ASN.1 파일 pem PEM 파일 Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::context::file_format

ssl::context::file_format 파일 형식 유형 enum file_format 값 이 름 설 명 asn1 ASN.1 파일 pem PEM 파일 Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - asio_handler_is_continuation

asio_handler_is_continuation 핸들러의 기본 연속 함수이다. bool asio_handler_is_continuation( ... ); 비동기 작업은 현재 핸들러와 연결된 비동기 제어 흐름의 연속을 나타낼 수 있다. 이 지식을 사용하여 핸들러의 스케줄링을 작업을 최적화하도록 구현할 수 있다. 핸들러가 연속으로 나타나는 시점을 표시하기 위해 자체 핸들러에 대한 asio_handler_is_continuation을 구현한다. 연속 훅(hook)의 기본 구현은 false를 반환한다. 예제 class my_handler; bool asio_handler_is_continuation(my_handler* context) { return true; } 요구사항 일반 헤더: boost/asio/..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - asio_handler_invoke

asio_handler_invoke (더 이상 사용되지 않음: associated_executor 특성을 사용한다.) 핸들러의 기본 호출(invoke) 함수이다. [1 / 2 오버로드] const형이 아닌 함수 개체에 사용되는 기본 핸들러 호출 훅(hook)이다. template asio_handler_invoke_is_deprecated asio_handler_invoke( Function & function, ... ); [2 / 2 오버로드] const형 함수 개체에 사용되는 기본 핸들러 호출 훅(hook)이다. template asio_handler_invoke_is_deprecated asio_handler_invoke( c..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - asio_handler_deallocate

asio_handler_deallocate 핸들러용 기본 할당 해제 함수이다. asio_handler_deallocate_is_deprecated asio_handler_deallocate( void * pointer, std::size_t size, ... ); 연결된 임시 개체에 대한 사용자 지정 할당을 제공하기 위해서 사용자 고유 핸들러에 대한 asio_handler_allocate와 asio_handler_deallocate를 구현한다. 이러한 할당 훅(hook)의 기본 구현에는 연산자 new와 delete를 사용한다. 요구사항 일반 헤더: boost/asio/handler_alloc_hook.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈

까마귀75
[16 x 5 = ? ] 날자~~ 까마귀75