const_buffers_type

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - dynamic_vector_buffer::const_buffers_type

dynamic_vector_buffer::const_buffers_type 기저 메모리를 참조하는 상수(constant) 버퍼 시퀀스를 나타내는 데 사용되는 유형이다. typedef const_buffer const_buffers_type; 멤버 함수 이 름 설 명 const_buffer [constructor] 비어있는 버퍼를 생성하는 생성자(constructor) — 주어진 메모리 범위를 나타내는 버퍼를 생성하는 생성자(constructor) — 수정할 수 있는 버퍼에서 수정할 수 없는 버퍼를 생성하는 생성자(constructor) data 메모리 범위 시작 부분의 포인터를 가져온다. operator+= 지정된 바이트 수만큼 버퍼의 시작 위치를 이동한다. size 메모리 범위의 크기를 가져온다. 관련..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - dynamic_string_buffer::const_buffers_type

dynamic_string_buffer::const_buffers_type 기저 메모리를 참조하는 상수(constant) 버퍼 시퀀스를 나타내는 데 사용되는 유형이다. typedef const_buffer const_buffers_type; 멤버 함수 이 름 설 명 const_buffer [constructor] 비어있는 버퍼를 생성하는 생성자(constructor) — 주어진 메모리 범위를 나타내는 버퍼를 생성하는 생성자(constructor) — 수정할 수 있는 버퍼에서 수정할 수 없는 버퍼를 생성하는 생성자(constructor) data 메모리 범위 시작 부분의 포인터를 가져온다. operator+= 지정된 바이트 수만큼 버퍼의 시작 위치를 이동한다. size 메모리 범위의 크기를 가져온다. 관련..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_streambuf_ref::const_buffers_type

basic_streambuf_ref::const_buffers_type 입력 시퀀스를 버퍼 목록으로 나타내는 데 사용되는 유형이다. typedef basic_streambuf::const_buffers_type const_buffers_type; 유형 이 름 설 명 const_buffer_type 입력 시퀀스를 버퍼 목록으로 나타나는 데 사용되는 유형이다. mutable_buffer_type 출력 시퀀스를 버퍼 목록으로 나타나는 데 사용되는 유형이다. 멤버 함수 이 름 설 명 basic_streambuf [constructor] basic_streambuf 개체를 생성하는 생성자(constructor)이다. capacity basic_streambuf의 현재 용량을 가져온다. co..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - basic_streambuf::const_buffers_type

basic_streambuf::const_buffers_type 입력 시퀀스를 버퍼 목록으로 나타내는 데 사용되는 유형이다. typedef implementation_defined const_buffers_type; 요구 사항 일반 헤더: boost/asio/basic_streambuf.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈

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