NCBI C++ ToolKit
|
Search Toolkit Book for SSocketAddress::SHost
#include <connect/impl/connect_misc.hpp>
Public Types | |
enum class | EName { eResolved , eOriginal } |
Public Member Functions | |
SHost (unsigned h) | |
SHost (const string &h, EName n=EName::eResolved) | |
Public Attributes | |
std::optional< string > | name |
unsigned | host |
Definition at line 57 of file connect_misc.hpp.
|
strong |
Enumerator | |
---|---|
eResolved | |
eOriginal |
Definition at line 59 of file connect_misc.hpp.
|
inline |
Definition at line 64 of file connect_misc.hpp.
SSocketAddress::SHost::SHost | ( | const string & | h, |
EName | n = EName::eResolved |
||
) |
Definition at line 89 of file connect_misc.cpp.
unsigned SSocketAddress::SHost::host |
Definition at line 62 of file connect_misc.hpp.
std::optional<string> SSocketAddress::SHost::name |
Definition at line 61 of file connect_misc.hpp.