Public Member Functions | |
Counterparty () | |
Counterparty (const Host &host, Port port) | |
Counterparty (const Counterparty &other) | |
~Counterparty () | |
const Host & | host () const noexcept |
Port | port () const noexcept |
Counterparty & | operator= (const Counterparty &other) |
Definition at line 40 of file SessionConnectionSettings.h.
Counterparty | ( | ) |
Initializes a blank instance.
Counterparty | ( | const Host & | host, |
Port | port ) |
Fully identified counterparty.
Counterparty | ( | const Counterparty & | other | ) |
Initializes as clone of the given instance.
~Counterparty | ( | ) |
|
noexcept |
Counterparty & operator= | ( | const Counterparty & | other | ) |
|
noexcept |