GRPC Core  18.0.0
Public Member Functions
grpc_core::SubchannelKey Class Reference

#include <subchannel_pool_interface.h>

Public Member Functions

 SubchannelKey (const grpc_channel_args *args)
 
 ~SubchannelKey ()
 
 SubchannelKey (const SubchannelKey &other)
 
SubchannelKeyoperator= (const SubchannelKey &other)
 
 SubchannelKey (SubchannelKey &&) noexcept
 
SubchannelKeyoperator= (SubchannelKey &&) noexcept
 
bool operator< (const SubchannelKey &other) const
 

Constructor & Destructor Documentation

◆ SubchannelKey() [1/3]

grpc_core::SubchannelKey::SubchannelKey ( const grpc_channel_args args)
explicit

◆ ~SubchannelKey()

grpc_core::SubchannelKey::~SubchannelKey ( )

◆ SubchannelKey() [2/3]

grpc_core::SubchannelKey::SubchannelKey ( const SubchannelKey other)

◆ SubchannelKey() [3/3]

grpc_core::SubchannelKey::SubchannelKey ( SubchannelKey &&  other)
noexcept

Member Function Documentation

◆ operator<()

bool grpc_core::SubchannelKey::operator< ( const SubchannelKey other) const

◆ operator=() [1/2]

SubchannelKey & grpc_core::SubchannelKey::operator= ( const SubchannelKey other)

◆ operator=() [2/2]

SubchannelKey & grpc_core::SubchannelKey::operator= ( SubchannelKey &&  other)
noexcept

The documentation for this class was generated from the following files: