E-MailRelay
|
A structure that holds a network address as a string with no dependency on any low-level network library. More...
#include <gbasicaddress.h>
Public Member Functions | |
BasicAddress (const std::string &s={}) | |
Constructor. More... | |
std::string | displayString () const |
Returns a printable string that represents the transport address. More... | |
A structure that holds a network address as a string with no dependency on any low-level network library.
Definition at line 36 of file gbasicaddress.h.
|
inlineexplicit |
Constructor.
Definition at line 51 of file gbasicaddress.h.
|
inline |
Returns a printable string that represents the transport address.
Definition at line 57 of file gbasicaddress.h.