GRPC C++  1.39.1
Public Member Functions | Data Fields
grpc_core::CallRegistrationTable Struct Referenceabstract

#include <channel.h>

Public Member Functions

std::map< std::pair< std::string, std::string >, RegisteredCall > map ABSL_GUARDED_BY (mu)
 
int method_registration_attempts ABSL_GUARDED_BY (mu)=0
 

Data Fields

grpc_core::Mutex mu
 

Member Function Documentation

◆ ABSL_GUARDED_BY() [1/2]

std::map<std::pair<std::string, std::string>, RegisteredCall> map grpc_core::CallRegistrationTable::ABSL_GUARDED_BY ( mu  )

◆ ABSL_GUARDED_BY() [2/2]

int method_registration_attempts grpc_core::CallRegistrationTable::ABSL_GUARDED_BY ( mu  )
pure virtual

Field Documentation

◆ mu

grpc_core::Mutex grpc_core::CallRegistrationTable::mu

The documentation for this struct was generated from the following file: