#include <resolver_query_base.hpp>
Public Member Functions | |
BOOST_STATIC_CONSTANT (int, canonical_name=AI_CANONNAME) | |
BOOST_STATIC_CONSTANT (int, passive=AI_PASSIVE) | |
BOOST_STATIC_CONSTANT (int, numeric_host=AI_NUMERICHOST) | |
BOOST_STATIC_CONSTANT (int, numeric_service=0) | |
BOOST_STATIC_CONSTANT (int, v4_mapped=0) | |
BOOST_STATIC_CONSTANT (int, all_matching=0) | |
BOOST_STATIC_CONSTANT (int, address_configured=0) | |
Protected Member Functions | |
~resolver_query_base () | |
Protected destructor to prevent deletion through this type. |
The resolver_query_base class is used as a base for the basic_resolver_query class templates to provide a common place to define the flag constants.
Definition at line 33 of file resolver_query_base.hpp.
asio::ip::resolver_query_base::~resolver_query_base | ( | ) | [inline, protected] |
Protected destructor to prevent deletion through this type.
Definition at line 93 of file resolver_query_base.hpp.
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
canonical_name | = AI_CANONNAME |
||
) |
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
passive | = AI_PASSIVE |
||
) |
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
numeric_host | = AI_NUMERICHOST |
||
) |
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
numeric_service | = 0 |
||
) |
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
v4_mapped | = 0 |
||
) |
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
all_matching | = 0 |
||
) |
asio::ip::resolver_query_base::BOOST_STATIC_CONSTANT | ( | int | , |
address_configured | = 0 |
||
) |