basic_endpoint

Boost C++ Libraries/Boost.Asio

Boost.Asio - local::basic_endpoint

local::basic_endpoint UNIX 소켓에 대한 엔드포인트를 설명한다. template class basic_endpoint [Protocol] 유형 이 름 설 명 data_type 엔드포인트 구조의 유형이다. 이 유형은 소켓 계층의 기저 구현에 따라 달라진다. protocol_type 엔드포인트와 연관된 프로토콜 유형. 멤버 함수 이 름 설 명 basic_endpoint [constructor] 기본 생성자 (constructor) — 주어진 경로 이름을 사용하여 엔드포인트를 생성하는 생성자(constructor) — 복사-생성자 (copy constructor) capacity 기본(native) 유형에서 엔드포인트의 용량을 가져온다. data 기본(n..

Boost C++ Libraries/Boost.Asio

Boost.Asio - ip::basic_endpoint

ip::basic_endpoint 버전-독립적인 IP 소켓에 대한 엔드포인트를 설명한다. template class basic_endpoint [InternetProtocol] 유 형 이 름 설 명 data_type 엔드포인트 구조체의 유형. 이 유형은 소켓 계층의 기저 구현에 따라 달라진다. protocol_type 엔드포인트와 연결된 프로토콜 유형. 멤버 함수 이 름 설 명 address 엔드포인트와 연결된 IP 주소를 가져온다. — 엔드포인트와 연결된 IP 주소를 설정한다. basic_endpoint [constructor] 기본 생성자. — 호스트 바이트 순서의 포트 번호를 사용하여 엔드포인트를 생성한다. IP 주소는 임의의 주소(예: INADDR..

Boost C++ Libraries/Boost.Asio

Boost.Asio - generic::basic_endpoint

generic::basic_endpoint 모든 소켓 유형에 대한 엔드포인트를 설명한다. template class basic_endpoint [Protocol] 유 형 이 름 설 명 data_type 엔드포인트 구조체 유형. 이 유형은 소켓 계층의 기저 구현에 따라 달라진다. protocol_type 엔드포인트와 연결된 프로토콜 유형. 멤버 함수 이 름 설 명 basic_endpoint [constructor] 기본 생성자. — 주어진 소켓 주소에서 엔드포인트를 생성. — 특정 엔드포인트 유형에서 엔드포인트를 생성. — 복사 생성자. capacity 기본(native) 유형에서 엔드포인트의 용량을 가져온다. data 기본(native) 유형에서 기저 엔드포인트를 가져..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - local::basic_endpoint::basic_endpoint

local::basic_endpoint::basic_endpoint 기본 생성자(constructor) [1 / 4 오버로드] basic_endpoint(); [basic_endpoint] 주어진 경로 이름을 사용하여 엔드포인트를 생성하는 생성자(constructor) [2 / 4 오버로드] basic_endpoint( const char * path_name); [basic_endpoint] [3 / 4 오버로드] basic_endpoint( const std::string & path_name); [basic_endpoint] 복사-생성자(copy constructor) [4 / 4 오버로드] basic_endpoint( const basic_endpoint & other); [basic_endpoi..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ip::basic_endpoint::basic_endpoint

ip::basic_endpoint::basic_endpoint 기본 생성자(constructor) [1 / 5 오버로드] basic_endpoint(); [basic_endpoint] 호스트 바이트 순서의 포트 번호를 사용하여 엔드포인트를 생성하는 생성자(constructor). IP 주소는 임의의 주소(예: INADDR_ANY 또는 in6addr_any)가 된다. 이 생성자(constructor)는 일반적으로 새 연결을 승인하는데 사용된다. [2 / 5 오버로드] basic_endpoint( const InternetProtocol & internet_protocol, unsigned short port_num); [basic_endpoint] 포트 번호와 IP 주소를 사용하여 엔드포인트를 생성하는 생..

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