#include <ip.hpp>
Definition at line 65 of file ip.hpp.
◆ endpoint() [1/3]
fc::ip::endpoint::endpoint |
( |
| ) |
|
|
default |
◆ endpoint() [2/3]
fc::ip::endpoint::endpoint |
( |
const address & |
i, |
|
|
uint16_t |
p = 0 |
|
) |
| |
|
explicit |
◆ endpoint() [3/3]
fc::ip::endpoint::endpoint |
( |
uint32_t |
i, |
|
|
uint16_t |
p = 0 |
|
) |
| |
|
explicit |
◆ from_string()
endpoint fc::ip::endpoint::from_string |
( |
const string & |
s | ) |
|
|
static |
Converts "IP:PORT" to an endpoint
Definition at line 81 of file ip.cpp.
◆ get_address()
const address & fc::ip::endpoint::get_address |
( |
| ) |
const |
◆ operator string()
fc::ip::endpoint::operator string |
( |
| ) |
const |
|
explicit |
returns "IP:PORT"
Definition at line 94 of file ip.cpp.
◆ port()
uint16_t fc::ip::endpoint::port |
( |
| ) |
const |
◆ set_port()
void fc::ip::endpoint::set_port |
( |
uint16_t |
p | ) |
|
|
inline |
◆ operator!=
◆ operator<
◆ operator==
The documentation for this class was generated from the following files:
- libraries/fc/include/fc/network/ip.hpp
- libraries/fc/src/network/ip.cpp