Realistic 3D camera system
3D camera system components
Public Types | Public Member Functions | List of all members
asio::ip::basic_resolver_entry< InternetProtocol > Class Template Reference

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...
 

Detailed Description

template<typename InternetProtocol>
class asio::ip::basic_resolver_entry< InternetProtocol >

An entry produced by a resolver.

The asio::ip::basic_resolver_entry class template describes an entry as returned by a resolver.

Thread Safety
Distinct objects: Safe.
Shared objects: Unsafe.

Definition at line 36 of file basic_resolver_entry.hpp.

Member Typedef Documentation

template<typename InternetProtocol >
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.

template<typename InternetProtocol >
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.

Constructor & Destructor Documentation

template<typename InternetProtocol >
asio::ip::basic_resolver_entry< InternetProtocol >::basic_resolver_entry ( )
inline

Default constructor.

Definition at line 46 of file basic_resolver_entry.hpp.

template<typename InternetProtocol >
asio::ip::basic_resolver_entry< InternetProtocol >::basic_resolver_entry ( const endpoint_type ep,
const std::string &  host,
const std::string &  service 
)
inline

Construct with specified endpoint, host name and service name.

Definition at line 51 of file basic_resolver_entry.hpp.

Member Function Documentation

template<typename InternetProtocol >
endpoint_type asio::ip::basic_resolver_entry< InternetProtocol >::endpoint ( ) const
inline

Get the endpoint associated with the entry.

Definition at line 60 of file basic_resolver_entry.hpp.

template<typename InternetProtocol >
std::string asio::ip::basic_resolver_entry< InternetProtocol >::host_name ( ) const
inline

Get the host name associated with the entry.

Definition at line 72 of file basic_resolver_entry.hpp.

template<typename InternetProtocol >
asio::ip::basic_resolver_entry< InternetProtocol >::operator endpoint_type ( ) const
inline

Convert to the endpoint associated with the entry.

Definition at line 66 of file basic_resolver_entry.hpp.

template<typename InternetProtocol >
std::string asio::ip::basic_resolver_entry< InternetProtocol >::service_name ( ) const
inline

Get the service name associated with the entry.

Definition at line 78 of file basic_resolver_entry.hpp.


The documentation for this class was generated from the following file: