Debug

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - socket_base::debug

socket_base::debug 소켓-레벨 디버깅을 활성화하는 소켓 옵션이다. typedef implementation_defined debug; SOL_SOCKET/SO_DEBUG 소켓 옵션을 구현한다. 예제 옵션 설정하기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option(true); socket.set_option(option); 현재 옵션 값 가져오기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option; socket.get_option(option); bool is_se..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_stream_socket::debug

basic_stream_socket::debug socket_base에서 상속된다. 소켓-레벨 디버깅을 활성화하는 소켓 옵션이다. typedef implementation_defined debug; SOL_SOCKET/SO_DEBUG 소켓 옵션을 구현한다. 예제 옵션 설정하기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option(true); socket.set_option(option); 현재 옵션 값 가져오기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option; socket.ge..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_socket_acceptor::debug

basic_socket_acceptor::debug socket_base에서 상속된다. 소켓-레벨 디버깅을 활성화하는 소켓 옵션이다. typedef implementation_defined debug; SOL_SOCKET/SO_DEBUG 소켓 옵션을 구현한다. 예제 옵션 설정하기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option(true); socket.set_option(option); 현재 옵션 값 가져오기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option; socket...

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_socket::debug

basic_socket::debug socket_base에서 상속된다. 소켓-레벨 디버깅을 활성화하는 소켓 옵션이다. typedef implementation_defined debug; SOL_SOCKET/SO_DEBUG 소켓 옵션을 구현한다. 예제 옵션 설정하기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option(true); socket.set_option(option); 현재 옵션 값 가져오기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option; socket.get_optio..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_seq_packet_socket::debug

basic_seq_packet_socket::debug socket_base에서 상속된다. 소켓-레벨 디버깅을 활성화하는 소켓 옵션이다. typedef implementation_defined debug; SOL_SOCKET/SO_DEBUG 소켓 옵션을 구현한다. 예제 옵션 설정하기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option(true); socket.set_option(option); 현재 옵션 값 가져오기: boost::asio::ip::tcp::socket socket(my_context); ... boost::asio::socket_base::debug option; socke..

까마귀75
'Debug' 태그의 글 목록