NCBI C++ ToolKit
|
#include <connect/connect_export.h>
#include <corelib/ncbistl.hpp>
#include <corelib/ncbistr.hpp>
#include <chrono>
#include <deque>
#include <memory>
#include <mutex>
#include <optional>
#include <regex>
#include <sstream>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SSocketAddress |
struct | SSocketAddress::SHost |
struct | SSocketAddress::SPort |
class | CServiceDiscovery |
struct | SThreadSafe< TType > |
struct | SThreadSafe< TType >::SLock< T > |
class | CLogLatencies |
struct | CLogLatencies::SRegex |
class | CLogLatencyReport |
struct | CLogLatencyReport::SHandler |
Functions | |
bool | operator== (const SSocketAddress &lhs, const SSocketAddress &rhs) |
bool | operator< (const SSocketAddress &lhs, const SSocketAddress &rhs) |
bool operator< | ( | const SSocketAddress & | lhs, |
const SSocketAddress & | rhs | ||
) |
Definition at line 116 of file connect_misc.cpp.
References SSocketAddress::host, and SSocketAddress::port.
bool operator== | ( | const SSocketAddress & | lhs, |
const SSocketAddress & | rhs | ||
) |
Definition at line 111 of file connect_misc.cpp.
References SSocketAddress::host, and SSocketAddress::port.