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

#include <inetresolver.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
 
std::string to_string (size_t i=0) const
 

Public Attributes

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

Member Function Documentation

◆ empty()

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

◆ operator bool()

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

◆ size()

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

◆ to_in4()

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

◆ to_in6()

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

◆ to_string()

std::string InetResolver::Addr::to_string ( size_t  i = 0) const

Member Data Documentation

◆ addr

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

◆ type

Type InetResolver::Addr::type = UNDEFINED

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