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_entry< Protocol > Member List

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

basic_resolver_entry()boost::asio::ip::basic_resolver_entry< Protocol >
basic_resolver_entry(const endpoint_type &endpoint, const std::string &host_name, const std::string &service_name)boost::asio::ip::basic_resolver_entry< Protocol >
endpoint() const boost::asio::ip::basic_resolver_entry< Protocol >
endpoint_type typedefboost::asio::ip::basic_resolver_entry< Protocol >
host_name() const boost::asio::ip::basic_resolver_entry< Protocol >
operator endpoint_type() const boost::asio::ip::basic_resolver_entry< Protocol >
protocol_type typedefboost::asio::ip::basic_resolver_entry< Protocol >
service_name() const boost::asio::ip::basic_resolver_entry< Protocol >
Copyright © 2003 - 2006 Christopher M. Kohlhoff


Home | Reference | Tutorial | Examples | Design