#include <address.hpp>
  
  
      
        
          | process::network::unix::Address::Address  | 
          ( | 
          const sockaddr_un &  | 
          un,  | 
         
        
           | 
           | 
          Option< socklen_t >  | 
          _length = None()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | static Try<Address> process::network::unix::Address::create  | 
          ( | 
          const std::string &  | 
          path | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
 
  
  
      
        
          | process::network::unix::Address::operator sockaddr_storage  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool process::network::unix::Address::operator==  | 
          ( | 
          const Address &  | 
          that | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | std::string process::network::unix::Address::path  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | size_t process::network::unix::Address::size  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          stream,  | 
         
        
           | 
           | 
          const Address &  | 
          address  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
 
      
        
          | sockaddr_storage process::network::unix::Address::storage | 
        
      
 
 
      
        
          | sockaddr_un process::network::unix::Address::un | 
        
      
 
 
The documentation for this class was generated from the following file: