Boost C++ Libraries Home Libraries People FAQ More

Home | Reference | Tutorial | Examples | Design
Reference Index | Class Hierarchy | Class Index | Member Index

boost::asio::ip::basic_resolver_query< Protocol > Member List

This is the complete list of members for boost::asio::ip::basic_resolver_query< Protocol >, including all inherited members.

address_configuredboost::asio::ip::resolver_query_base [static]
all_matchingboost::asio::ip::resolver_query_base [static]
basic_resolver_query(const std::string &service_name, int flags=passive|address_configured)boost::asio::ip::basic_resolver_query< Protocol >
basic_resolver_query(const protocol_type &protocol, const std::string &service_name, int flags=passive|address_configured)boost::asio::ip::basic_resolver_query< Protocol >
basic_resolver_query(const std::string &host_name, const std::string &service_name, int flags=address_configured)boost::asio::ip::basic_resolver_query< Protocol >
basic_resolver_query(const protocol_type &protocol, const std::string &host_name, const std::string &service_name, int flags=address_configured)boost::asio::ip::basic_resolver_query< Protocol >
canonical_nameboost::asio::ip::resolver_query_base [static]
hints() const boost::asio::ip::basic_resolver_query< Protocol >
host_name() const boost::asio::ip::basic_resolver_query< Protocol >
numeric_hostboost::asio::ip::resolver_query_base [static]
numeric_serviceboost::asio::ip::resolver_query_base [static]
passiveboost::asio::ip::resolver_query_base [static]
protocol_type typedefboost::asio::ip::basic_resolver_query< Protocol >
service_name() const boost::asio::ip::basic_resolver_query< Protocol >
v4_mappedboost::asio::ip::resolver_query_base [static]
~resolver_query_base()boost::asio::ip::resolver_query_base [protected]
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design