Plain structure to collect together a host name/ip address and a corresponding network namespace if set and pass these information to different functions as a single unit.  
 More...
#include <socket_connection.h>
Plain structure to collect together a host name/ip address and a corresponding network namespace if set and pass these information to different functions as a single unit. 
 
◆ Bind_address_info() [1/3]
  
  
      
        
          | Bind_address_info::Bind_address_info  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ Bind_address_info() [2/3]
  
  
      
        
          | Bind_address_info::Bind_address_info  | 
          ( | 
          const std::string &  | 
          addr | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ Bind_address_info() [3/3]
  
  
      
        
          | Bind_address_info::Bind_address_info  | 
          ( | 
          const std::string &  | 
          addr,  | 
         
        
           | 
           | 
          const std::string &  | 
          nspace  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ address
      
        
          | std::string Bind_address_info::address | 
        
      
 
 
◆ network_namespace
      
        
          | std::string Bind_address_info::network_namespace | 
        
      
 
 
The documentation for this struct was generated from the following file: