Realistic 3D camera system
3D camera system components
|
An entry produced by a resolver. More...
#include <basic_resolver_entry.hpp>
Public Types | |
typedef InternetProtocol | protocol_type |
The protocol type associated with the endpoint entry. More... | |
typedef InternetProtocol::endpoint | endpoint_type |
The endpoint type associated with the endpoint entry. More... | |
Public Member Functions | |
basic_resolver_entry () | |
Default constructor. More... | |
basic_resolver_entry (const endpoint_type &ep, const std::string &host, const std::string &service) | |
Construct with specified endpoint, host name and service name. More... | |
endpoint_type | endpoint () const |
Get the endpoint associated with the entry. More... | |
operator endpoint_type () const | |
Convert to the endpoint associated with the entry. More... | |
std::string | host_name () const |
Get the host name associated with the entry. More... | |
std::string | service_name () const |
Get the service name associated with the entry. More... | |
An entry produced by a resolver.
The asio::ip::basic_resolver_entry class template describes an entry as returned by a resolver.
Definition at line 36 of file basic_resolver_entry.hpp.
typedef InternetProtocol::endpoint asio::ip::basic_resolver_entry< InternetProtocol >::endpoint_type |
The endpoint type associated with the endpoint entry.
Definition at line 43 of file basic_resolver_entry.hpp.
typedef InternetProtocol asio::ip::basic_resolver_entry< InternetProtocol >::protocol_type |
The protocol type associated with the endpoint entry.
Definition at line 40 of file basic_resolver_entry.hpp.
|
inline |
Default constructor.
Definition at line 46 of file basic_resolver_entry.hpp.
|
inline |
Construct with specified endpoint, host name and service name.
Definition at line 51 of file basic_resolver_entry.hpp.
|
inline |
Get the endpoint associated with the entry.
Definition at line 60 of file basic_resolver_entry.hpp.
|
inline |
Get the host name associated with the entry.
Definition at line 72 of file basic_resolver_entry.hpp.
|
inline |
Convert to the endpoint associated with the entry.
Definition at line 66 of file basic_resolver_entry.hpp.
|
inline |
Get the service name associated with the entry.
Definition at line 78 of file basic_resolver_entry.hpp.