| 
| boost::asio::ip::tcp::acceptor  | _accept | 
|   | 
Definition at line 241 of file tcp_socket.cpp.
 
◆ impl()
  
  
      
        
          | fc::tcp_server::impl::impl  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 243 of file tcp_socket.cpp.
  244      :
_accept( fc::asio::default_io_service() )
 
  245      {
  246        _accept.open(boost::asio::ip::tcp::endpoint(boost::asio::ip::tcp::v4(), 0).protocol());
 
  247      }
boost::asio::ip::tcp::acceptor _accept
 
 
 
 
◆ ~impl()
  
  
      
        
          | fc::tcp_server::impl::~impl  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 249 of file tcp_socket.cpp.
  249             {
  250        try {
  252        } 
  253        catch ( boost::system::system_error& )
  254        {
  256        }
  257      }
 
 
 
◆ _accept
      
        
          | boost::asio::ip::tcp::acceptor fc::tcp_server::impl::_accept | 
        
      
 
 
The documentation for this class was generated from the following file: