GRPC C++  1.26.0
Public Member Functions
grpc_core::DebugLocation Class Reference

#include <debug_location.h>

Public Member Functions

 DebugLocation (const char *file, int line)
 
const char * file () const
 
int line () const
 

Constructor & Destructor Documentation

◆ DebugLocation()

grpc_core::DebugLocation::DebugLocation ( const char *  file,
int  line 
)
inline

Member Function Documentation

◆ file()

const char* grpc_core::DebugLocation::file ( ) const
inline

◆ line()

int grpc_core::DebugLocation::line ( ) const
inline

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