#include <ip.hpp>
Definition at line 43 of file ip.hpp.
fc::ip::endpoint::endpoint |
( |
| ) |
|
fc::ip::endpoint::endpoint |
( |
const address & |
i, |
|
|
uint16_t |
p = 0 |
|
) |
| |
endpoint fc::ip::endpoint::from_string |
( |
const string & |
s | ) |
|
|
static |
Converts "IP:PORT" to an endpoint
Definition at line 74 of file ip.cpp.
const address & fc::ip::endpoint::get_address |
( |
| ) |
const |
fc::ip::endpoint::operator string |
( |
| ) |
const |
returns "IP:PORT"
Definition at line 87 of file ip.cpp.
uint16_t fc::ip::endpoint::port |
( |
| ) |
const |
void fc::ip::endpoint::set_port |
( |
uint16_t |
p | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- libraries/fc/include/fc/network/ip.hpp
- libraries/fc/src/network/ip.cpp