#include <subchannel_pool_interface.h>
Public Member Functions | |
const grpc_resolved_address & | address () const |
const grpc_channel_args * | args () const |
bool | operator< (const SubchannelKey &other) const |
SubchannelKey & | operator= (const SubchannelKey &other) |
SubchannelKey & | operator= (SubchannelKey &&) noexcept |
SubchannelKey (const grpc_resolved_address &address, const grpc_channel_args *args) | |
SubchannelKey (const SubchannelKey &other) | |
SubchannelKey (SubchannelKey &&) noexcept | |
std::string | ToString () const |
~SubchannelKey () | |
Private Member Functions | |
void | Init (const grpc_resolved_address &address, const grpc_channel_args *args, grpc_channel_args *(*copy_channel_args)(const grpc_channel_args *args)) |
Private Attributes | |
grpc_resolved_address | address_ |
const grpc_channel_args * | args_ |
Definition at line 40 of file subchannel_pool_interface.h.
grpc_core::SubchannelKey::SubchannelKey | ( | const grpc_resolved_address & | address, |
const grpc_channel_args * | args | ||
) |
Definition at line 42 of file subchannel_pool_interface.cc.
grpc_core::SubchannelKey::~SubchannelKey | ( | ) |
Definition at line 47 of file subchannel_pool_interface.cc.
grpc_core::SubchannelKey::SubchannelKey | ( | const SubchannelKey & | other | ) |
Definition at line 51 of file subchannel_pool_interface.cc.
|
noexcept |
Definition at line 64 of file subchannel_pool_interface.cc.
|
inline |
Definition at line 55 of file subchannel_pool_interface.h.
|
inline |
Definition at line 56 of file subchannel_pool_interface.h.
|
private |
Definition at line 86 of file subchannel_pool_interface.cc.
bool grpc_core::SubchannelKey::operator< | ( | const SubchannelKey & | other | ) | const |
Definition at line 77 of file subchannel_pool_interface.cc.
SubchannelKey & grpc_core::SubchannelKey::operator= | ( | const SubchannelKey & | other | ) |
Definition at line 55 of file subchannel_pool_interface.cc.
|
noexcept |
Definition at line 70 of file subchannel_pool_interface.cc.
std::string grpc_core::SubchannelKey::ToString | ( | ) | const |
Definition at line 93 of file subchannel_pool_interface.cc.
|
private |
Definition at line 68 of file subchannel_pool_interface.h.
|
private |
Definition at line 69 of file subchannel_pool_interface.h.