#include <Socket.hpp>
◆ Socket() [1/5]
| network::Socket::Socket |
( |
void | | ) |
|
◆ Socket() [2/5]
| network::Socket::Socket |
( |
int | port | ) |
|
|
explicit |
◆ Socket() [3/5]
| network::Socket::Socket |
( |
std::string const & | address, |
|
|
int | port ) |
◆ Socket() [4/5]
◆ ~Socket()
| network::Socket::~Socket |
( |
void | | ) |
|
◆ Socket() [5/5]
| network::Socket::Socket |
( |
Socket const & | rhs | ) |
|
|
private |
◆ bindTo() [1/2]
| void network::Socket::bindTo |
( |
int | port | ) |
|
◆ bindTo() [2/2]
| void network::Socket::bindTo |
( |
std::string const & | address, |
|
|
int | port ) |
◆ createAndBind()
| void network::Socket::createAndBind |
( |
std::string const & | ipAddress, |
|
|
int | port ) |
|
private |
◆ getAddr()
| const struct sockaddr_in & network::Socket::getAddr |
( |
void | | ) |
const |
◆ getFd()
| int network::Socket::getFd |
( |
void | | ) |
const |
◆ operator=()
| Socket const & network::Socket::operator= |
( |
Socket const & | rhs | ) |
|
|
private |
◆ addr_
| sockaddr_in network::Socket::addr_ |
|
private |
◆ fd_
The documentation for this class was generated from the following files: