Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ip::basic_resolver::resolve

까마귀75 2021. 2. 27. 23:22
728x90
반응형

ip::basic_resolver::resolve

(더 이상 사용되지 않음: 별도의 호스트와 서비스 파라미터를 사용하는 오버로드 사용) 항목 목록에 대한 쿼리의 정방향 분석을 수행한다.

[1 / 12 오버로드]

results_type resolve(
    const query & q);

[resolve]

 

[2 / 12 오버로드]

results_type resolve(
    const query & q,
    boost::system::error_code & ec);

[resolve]


항목 목록에 대한 쿼리의 정방향 분석을 수행한다.

[3 / 12 오버로드]

results_type resolve(
    string_view host,
    string_view service);

[resolve]

 

[4 / 12 오버로드]

results_type resolve(
    string_view host,
    string_view service,
    boost::system::error_code & ec);

[resolve]

 

[5 / 12 오버로드]

results_type resolve(
    string_view host,
    string_view service,
    resolver_base::flags resolve_flags);

[resolve]

 

[6 / 12 오버로드]

results_type resolve(
    string_view host,
    string_view service,
    resolver_base::flags resolve_flags,
    boost::system::error_code & ec);

[resolve]

 

[7 / 12 오버로드]

results_type resolve(
    const protocol_type & protocol,
    string_view host,
    string_view service);

[resolve]

 

[8 / 12 오버로드]

results_type resolve(
    const protocol_type & protocol,
    string_view host,
    string_view service,
    boost::system::error_code & ec);

[resolve]

 

[9 / 12 오버로드]

results_type resolve(
    const protocol_type & protocol,
    string_view host,
    string_view service,
    resolver_base::flags resolve_flags);

[resolve]

 

[10 / 12 오버로드]

results_type resolve(
    const protocol_type & protocol,
    string_view host,
    string_view service,
    resolver_base::flags resolve_flags,
    boost::system::error_code & ec);

[resolve]


항목 목록에 대한 엔드포인트의 역방향 분석을 수행한다.

[11 / 12 오버로드]

results_type resolve(
    const endpoint_type & e);

[resolve]

 

[12 / 12 오버로드]

results_type resolve(
    const endpoint_type & e,
    boost::system::error_code & ec);

[resolve]


Boost.Asio 홈

728x90
반응형