Definition: Poller.hpp:13
a RAII wrapper for a socket.
Definition: Socket.hpp:17
int getFd() const
Definition: Socket.cpp:46
int m_sockfd
Definition: Socket.hpp:32
void close()
Definition: Socket.cpp:37
Socket()
Definition: Socket.cpp:3
Socket & operator=(const Socket &other)=delete
Socket(const Socket &other)=delete
bool operator==(const Socket &other) const
Definition: Socket.cpp:27
virtual ~Socket()
Definition: Socket.cpp:7