Guitar
Public Member Functions | Public Attributes | List of all members
HostNameResolver::Addr Struct Reference

#include <webclient.h>

Public Member Functions

size_t size () const
 
bool empty () const
 
 operator bool () const
 
_in_addr const * to_in4 (size_t i) const
 
_in6_addr const * to_in6 (size_t i) const
 

Public Attributes

Type type
 
std::vector< std::vector< char > > addr
 

Member Function Documentation

◆ empty()

bool HostNameResolver::Addr::empty ( ) const
inline
Here is the call graph for this function:

◆ operator bool()

HostNameResolver::Addr::operator bool ( ) const
inline
Here is the call graph for this function:

◆ size()

size_t HostNameResolver::Addr::size ( ) const
inline

◆ to_in4()

_in_addr const* HostNameResolver::Addr::to_in4 ( size_t  i) const
inline

◆ to_in6()

_in6_addr const* HostNameResolver::Addr::to_in6 ( size_t  i) const
inline

Member Data Documentation

◆ addr

std::vector<std::vector<char> > HostNameResolver::Addr::addr

◆ type

Type HostNameResolver::Addr::type

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